RTRT.me - Real Time Race Tracking

Real-Time Race Tracking for World-Class Events

Point Timing Fields:

NOTE: Not all fields are enabled for all applications. If alterations are needed, please contact us.

"time":"00:16:23.692", < time at point for this individual.  This is generally the best time to display.  Can be formatted as needed per application.  This field is usually the same as netTime, but in some cases can be waveTime (gun).  The type of time (net or gun) is determined based on the classification of participant.  If the participant, or the participant's category is being forced to wave time, as is sometimes done for the top participants (elites), this value will be the same as waveTime.  For normal participants, this is usually a net time (except in the case where no start time read exists, and a fallback to gun is used.) >

"epochTime":"1289141981.353", < unix timestamp + decimals at this point. This should be a TRUE Unix/epoch timestamp (plus decimals) as long as the Time Zone has been properly specified in the Event settings. >

"timeOfDay":"9:59:42 am", < local time at event of when participant crossed this point.  Can also be formatted as "HH:MM:SS.xxx" or other options with rounding available. >

"timestamp":"1289123981.353", < unix timestamp + decimals at this point as generated with offest applied.  It is important to note, this time may NOT be a true Unix timestamp in the sense that it is shifted according to timezone of event.  When 'timestamp' is converted to a time of day as while using Greenwich Mean Time/UTC as timezone, the resulting time of day will be the time of day of the event, regardless of event location.   For example: a timestamp of 1289123981.35, which translates to Sun, 07 Nov 2010 09:59:41 GMT from a point in a race located in New York will represent a time of day for that participant passing that point of Sun, 07 Nov 2010 9:59:41, New York time. >

"waveTime":"00:16:23.69", <  the 'gun' time at point for this individual as calculated from the offical start of the participant's category. >,

"netTime":"00:16:13.23", < the 'chip' or 'tag' time at point for this individual as caculated from participant's individual start line read. >,

"netMovingTime":"00:15:13.231", < same as netTime but with all 'pauses' subtracted (if any).  Only available if there are "Pause Before" points.. >,

"legTime":"00:25:10.10", < the time since last activity type start.  For example, on a triathalon, this will be the time from the start of the point activity type (swim, bike run). >,

"splitTime":"00:05:10.10", < the time since last 'Published' split point of where distance is not marked as 'Uncertain'.  Only available if a time can be calculated (must have a time at a previous point). >,

"subTime":"00:2:14.210", < the time between the current split and the point marked as 'Sub Time from Point'.  Only available if a time can be calculated (must have a time at the Sub Time 'from' location). >,

"point":"5K-H", < name of point for this split. Note:  Since point names must be unique, they may have formatting not suitable for display.  For example, on a 2 course event, the 5K for the marathon may be '5K', but the 5K for the half marathon may have a '-H' appended, such as '5K-H', to distinguish this point (make unique).  However, when displaying, use the 'label' field instead. >

"label":"5K", < display name of point for this split, as should be seen by public. >

"tag":"00002", < the RFID identifier worn by the participant.  Tag is used internally to match timing data to participants, and is not visible to public.  Every participant should have a unique tag. Tags will be zero padded such as 0000212 during import.  The amount of padding varies depending on timing system.  >

"bib":"2", < the visible label worn by the participant.  Bib is also used when searching for participants.  A bib is usually numeric, but can have letters, such as F212, etc.  Bib is for display only and is not used for linking timing data to a participant. >

"pid":"R6HDN9MP", < RTRT internal unique participant identifier.  Will not change once assigned to participant (assuming consistency of unique key in registration data).  >

"name":"Haile Gebrselassie", < participant's full name from roster, for convenience. > 

"pace":"05:17 min/mile", < current pace with units, as calculated from last point of 'certain' distance, formatted based on the event's point and units settings (metric/standard). >

"paceAvg":"05:18 min/mile", < Average pace with units, as calculated from start, formatted based on the event's point and units settings (metric/standard). >

"milePace":"05:17", < current pace in minutes per mile, calculated from last mile or since most recent point. >

"milePaceAvg":"05:18", < average pace, since start of race. >  

"mph":"11.37", < current speed in miles per hour, calculated from last mile or since most recent point.  >

"kmPace":"03:17", < current pace in minutes per kilometers, calculated from last mile or since most recent point. >

"kmPaceAvg":"03:18", < average pace in minutes per kilometers, calculated from last mile or since most recent point. >

"kmh":"18.3", < current speed in kilometers per hour, calculated from last mile or since most recent point.  >

"etnp":"5M~00:26:24~10:09 am", < estimated next point in tilde separated with the following format: >

 [Point name]~[Estimated time for participant at point]~[Estimated time of day at point, rounded] 
 
"etfp":"FINISH~02:18:22~12:01 pm", < estimated time at Finish point, in tilde separated with the following format: >

 [Point name]~[Estimated time for participant at finish]~[Estimated time of day at finish, rounded]          
 
"startTime":"9:43:18 am", < start time used in calculating times above.  Another convenience field since startTimes can change at the beginning of the race. Other formats available.>

"i":"1307478599_000351", < system Unix timestamp & increment when inserted into the RTRT servers.  Used for polling. >,

"u":"1307478599_000351", < system Unix timestamp & increment when last updated on the RTRT servers.  Used for polling and appears only in 'agt' polling mode. >,

"a":"1307478599_000351", < system Unix timestamp & increment of the most recent of 'u' or 'i'.  Used for polling and appears only in 'agt' polling mode. >

.........
(any number of additional fields can be included based on settings for the application id)