Is there a way to detect a user pausing a run/activity within the strava API?
With Get Activity Streams (getActivityStreams
) you can obtain differents StreamSet
from your activity: in order to detect pause I think you can analyze CadenceStream
or MovingStream
.