v1
latestOpenAPI 3.0.02026-07-24900287.5 KBGet Dual Stream 10Hz Sensor Data for Athlete in Activity
This API retrieves dual stream 10hz sensor data for an athlete in the activity.
Path parameters
Activity Id
Athlete Id
Query parameters
Start Time as UNIX timestamp in seconds
End Time as UNIX timestamp in seconds
Page number when paginating
Page size in seconds when paginating. For example, if this is set to 10, you would expect approximately 100 rows to be returned (10 records per second).
Stream Type (only 'gps' and 'lps' are allowed)
Optional parameter to query 'live' instead of the default post-activity sync workflow ('munged')
Set to '1' to return null for invalid positional data instead of zero
Set to '1' to return relative field co-ordinate x,y values correctly for LPS activities
Set to '1' to use the field relative co-ordinate origin (0,0) as the field middle instead of field bottom left.
Optional parameter to downsample with value in Hz. The default (0.0) is not resampling
Comma separated parameters. Allowed values
- Parameter - Description
- id - SensorData database identifier
- ts - UnixTimestamp (seconds)
- cs - Centiseconds
- lat - Latitude
- long - Longitude
- o - Odometer
- v - Velocity
- a - Acceleration
- hr - HeartRate
- pl - Player Load
- pli - Instantaneous Player Load
- mp - Metabolic Power
- sl - Smooth Load
- pq - Position Quality
- ref - Number of reference GNSS satellites or RTLS anchors used in a fix
- hdop - GPS Horizontal Dilution of Precision
- rv - Raw Velocity
- alt - Altitude
- face - Facing
- xy - Field relative coordinates
Latitude of field center (optional override)
Longitude of field center (optional override)
Field rotation (optional override)
Field length (optional override)
Field width (optional override)
Response
10hz Sensor Data (Data fields depends on the parameters in the request body)