apistrava

Strava - How to detect pause in run/activity


Is there a way to detect a user pausing a run/activity within the strava API?


Solution

  • 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.