Links

Debug tracking devices

Analyzing GPS hardware and data sent through the mobile network.

Timestamps call

Pull the timestamps when a specific device recorded a location and when Racemap server received the same location, eg. to check the delay in sending live data through the mobile network.
syntax https://racemap.com/api/tracks/trackId/points?startTime=startTime&endTime=endTime
  • startTime and endTime timestamps in UTC of the first and the last location in the query
  • trackId unique Racemap ID of all locations of a specific device
copy trackId of the device you want to investigate in participants API
parameter
description
type
lng
longitude of location
string
lat
latitude
string
elv
elevation
string
time
timestamp in UTC when device recorded the location, in case of interpolation between last two points => linear interpolated
string
receivedAt
timestamp in UTC when Racemap recorded the location, in case of interpolation between last two points => linear interpolated
string
[
{
"lng": 13.818634,
"lat": 51.107761,
"time": "2018-05-05T10:00:09Z",
"elv": 261,
"receivedAt": "2018-05-05T10:00:23.644Z"
},
{
"lng": 13.817738,
"lat": 51.107412,
"time": "2018-05-05T10:00:24Z",
"elv": 276,
"receivedAt": "2018-05-05T10:00:37.785Z"
},
{
"lng": 13.817476,
"lat": 51.107295,
"time": "2018-05-05T10:00:39Z",
"elv": 273,
"receivedAt": "2018-05-05T10:00:52.769Z"
},
{
"lng": 13.817476,
"lat": 51.107295,
"time": "2018-05-05T10:00:53Z",
"elv": 273,
"receivedAt": "2018-05-05T10:01:09.064Z"
},
{
"lng": 13.816854,
"lat": 51.106363,
"time": "2018-05-05T10:01:08Z",
"elv": 245,
"receivedAt": "2018-05-05T10:01:22.696Z"
},
{
"lng": 13.816932,
"lat": 51.105763,
"time": "2018-05-05T10:01:23Z",
"elv": 235,
"receivedAt": "2018-05-05T10:01:37.651Z"
},
{
"lng": 13.816588,
"lat": 51.105129,
"time": "2018-05-05T10:01:38Z",
"elv": 220,
"receivedAt": "2018-05-05T10:04:40.289Z"
},
{
"lng": 13.816742,
"lat": 51.104437,
"time": "2018-05-05T10:01:53Z",
"elv": 214,
"receivedAt": "2018-05-05T10:04:41.813Z"
},
{
"lng": 13.81632,
"lat": 51.104392,
"time": "2018-05-05T10:02:08Z",
"elv": 203,
"receivedAt": "2018-05-05T10:04:44.049Z"
},
{
"lng": 13.815178,
"lat": 51.104628,
"time": "2018-05-05T10:02:23Z",
"elv": 197,
"receivedAt": "2018-05-05T10:04:45.424Z"
},
{
"lng": 13.814457,
"lat": 51.104947,
"time": "2018-05-05T10:02:38Z",
"elv": 193,
"receivedAt": "2018-05-05T10:04:46.914Z"
},
{
"lng": 13.814693,
"lat": 51.105525,
"time": "2018-05-05T10:02:53Z",
"elv": 184,
"receivedAt": "2018-05-05T10:04:48.432Z"
},
{
"lng": 13.814221,
"lat": 51.105968,
"time": "2018-05-05T10:03:08Z",
"elv": 182,
"receivedAt": "2018-05-05T10:04:34.297Z"
},
{
"lng": 13.814221,
"lat": 51.105968,
"time": "2018-05-05T10:03:23Z",
"elv": 182,
"receivedAt": "2018-05-05T10:04:35.309Z"
},
{
"lng": 13.81373,
"lat": 51.106057,
"time": "2018-05-05T10:03:38Z",
"elv": 195,
"receivedAt": "2018-05-05T10:04:36.311Z"
},
{
"lng": 13.813173,
"lat": 51.106906,
"time": "2018-05-05T10:03:53Z",
"elv": 200,
"receivedAt": "2018-05-05T10:04:37.288Z"
},
{
"lng": 13.812316,
"lat": 51.107319,
"time": "2018-05-05T10:04:08Z",
"elv": 223,
"receivedAt": "2018-05-05T10:04:38.308Z"
},
{
"lng": 13.811745,
"lat": 51.107547,
"time": "2018-05-05T10:04:23Z",
"elv": 211,
"receivedAt": "2018-05-05T10:04:39.312Z"
},
{
"lng": 13.810525,
"lat": 51.108193,
"time": "2018-05-05T10:04:38Z",
"elv": 206,
"receivedAt": "2018-05-05T10:04:56.576Z"
},
{
"lng": 13.809698,
"lat": 51.108726,
"time": "2018-05-05T10:04:53Z",
"elv": 200,
"receivedAt": "2018-05-05T10:05:07.049Z"
}
]