REQUEST

POST https://api.hellotracks.com/api/gettracks

{
	data: {
		from:	<timestamp-in-millis>,
		until:	<timestamp-in-millis>,
		accounts: [
			"<uid-or-username>",
			"<uid-or-username>",
			   ...
			"<uid-or-username>"
		 ]
	}
}

RESPONSE

{
   "status": 0,
   "accounts": {
      "daniel.bernoulli.ts": [
         {
            "lng_max": 0,
            "lng_min": 0,
            "owner_uid": "je7oc8",
            "start_ts": 1447018045000,
            "labels": 0,
            "altitude_min": -44,
            "altitude_loss": 159,
            "course_encoded": "cbveFpkgj...",
            "waypoint_count": 275,
            "kind": "track_entry",
            "altitude_max": 0,
            "start_lng": -122.43145,
            "short_encoded": "cbveFpkgjVc...",
            "id": 13787157,
            "distance": 3503.1265,
            "share_url": "https://hellotracks.com/!/@t/13787157",
            "end_lng": -122.43148,
            "speed_avg": 4.140268,
            "end_ts": 1447021091000,
            "lat_max": 0,
            "speed_max": 12,
            "altitude_gain": 166,
            "start_lat": 37.80146,
            "end_lat": 37.80122,
            "lat_min": 0
         },
         {
         	...
         }
      ]
   }
}