Subscription to this function is not available for your account. To upgrade and receive access to this contact sales@datasportsgroup.com
v3 GET /short_track_speed_skating/get_rounds
Returns all available rounds for a certain season.
Request URL
https://dsg-api.com/clients/{client_name}/short_track_speed_skating/get_rounds?season_id={season_id}&client={client_name}&authkey={client_authkey}
API Threshold
  • 10k calls per hour (2.78 calls per second)
  • This threshold applies to ALL your calls you do across the API.
  • Your number of calls get reset every hour at :00
  • If the thresold is reached within the hour you will get a xml/json message accordingly (which is gone when the next hour starts, see previous point)
Parameters
authkey
string Required
client authentification key
client
string Required
unique client ID
ftype
string
changes feed type from XML to json (ftype=json or ftype=json_array)
lang
string
two-character language code, defaults to 'en'
season_id
int Required
season to get the rounds from
Nodes
competition
details about competition
area_id
unique identifier for an area
area_name
name of the area
competition_id
unique identifier for a competition
format
competition format (domestic_league, domestic_cup, domestic_league_cup, domestic_super_cup, international_cup, international_super_cup, playoff, tournament, race, unofficial)
gender
determines the gender of the competition (male or female)
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
name
name of the competition
type
determines if a competition is between club teams (club) or national teams (international)
datasportsgroup
details about the API version, sport, language and generation timestamp
generated_utc
UTC timestamp when the API output was generated
lang
language of the API call
sport
sport value
version
version of the API
discipline
basic information about the discipline
discipline_id
unique identifier of the discipline
name
name of the discipline
type
type of discipline (contestant, contestant_team or team)
gender
details about the gender
age_group
defines the age group (senior,u23,u22,u21....)
value
gender type (male, female or mixed)
group
details about list group
group_id
unique identifier to the group
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
name
name of group
method
details about the API function
method_id
unique ID of method
name
name of method
round
details about the round
end_date
end date, format 'yyyy-mm-dd'
end_date_utc
end date in UTC timezone, format 'yyyy-mm-dd'
end_time
end time, format 'HH:mm:ss'
end_time_utc
end time in UTC timezone, format 'HH:mm:ss'
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
name
name of round
round_id
unique identifier of round
start_date
start date, format 'yyyy-mm-dd'
start_date_utc
start date in UTC timezone, format 'yyyy-mm-dd'.
start_time
start time, format 'HH:mm:ss'
start_time_utc
start time in UTC timezone, format 'HH:mm:ss'
type
determines if the round contains a table or a cup structure (knock-out)
season
details about the season
end_date
end date, format 'yyyy-mm-dd'
last_updated
When record was last updated. Format YYYY-MM-DD HH:MM:SS in CET timezone.
logo
full path URL of logo for particular season
original_name
competition name during this season
season_id
unique identifier for season
start_date
start date, format 'yyyy-mm-dd'
title
title of season
tour
details about the tour
gender
gender of the tour
name
name of the particular tour
tour_id
unique tour identifier
tour_type
defines if the tournament is part of a tour or not. If not then value "non-tour"
tour_season
details about a tour season
logo
full path URL of logo for particular tour_season
name
name of the tour_season
title
title of the particular tour season
tour_season_id
unique identifier of a tour season
Response Headers
200
Success
401
Unauthorized
429
Too Many Requests
Code Samples
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://dsg-api.com/clients/{client_name}/short_track_speed_skating/get_rounds?season_id={season_id}&client={client_name}&authkey={client_authkey}");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERPWD, "{User}:{Password}");
$content = curl_exec($ch);
curl_close($ch);
?>
curl GET -u "User:Password" "https://dsg-api.com/clients/{client_name}/short_track_speed_skating/get_rounds?season_id={season_id}&client={client_name}&authkey={client_authkey}"
Imports System
Imports System.Net	
Imports System.IO
Imports System.Text

Public Module Module1
	Public Sub Main()
		Dim url As String = "https://dsg-api.com/clients/{client_name}/short_track_speed_skating/get_rounds?season_id={season_id}&client={client_name}&authkey={client_authkey}"
		Dim myReq As WebRequest = WebRequest.Create(url)
		myReq.Credentials = new System.Net.NetworkCredential("{User}", "{Password}")
		Dim wr As WebResponse = myReq.GetResponse()
		Dim receiveStream As Stream = wr.GetResponseStream()
		Dim reader As StreamReader = New StreamReader(receiveStream, Encoding.UTF8)
		Dim content As String = reader.ReadToEnd()
	End Sub
End Module
response = requests.get("https://dsg-api.com/clients/{client_name}/short_track_speed_skating/get_rounds?season_id={season_id}&client={client_name}&authkey={client_authkey}", auth=("User", "Password"))
Response Example
200 Success
{"datasportsgroup":{"version":"2.930.3","sport":"short_track_speed_skating","lang":"en","generated_utc":"2025-08-01T15:13:42+00:00","method":{"method_id":"930","name":"get_rounds"},"tour":{"tour_id":"","name":"","gender":"","tour_type":"non-tour","tour_season":{"tour_season_id":"","title":"","name":"","logo":"","competition":{"competition_id":"3456","name":"Winter Olympics","gender":"both","type":"player","format":"race","area_id":"1","area_name":"World","last_updated":"2025-04-28 13:34:43","season":{"season_id":"64046","title":"2022 Beijing","original_name":"Winter Olympics","start_date":"2022-02-05","end_date":"2022-02-16","logo":"https:\/\/www.dsg-images.com\/comps\/200x200\/3185_1.png","last_updated":"2021-12-22 14:01:11","discipline":[{"discipline_id":"475","name":"500m","type":"contestant","gender":[{"value":"female","age_group":"senior","round":[{"round_id":"61845","name":"Heat 1","type":"table","start_date":"2022-02-05","start_time":"12:00:00","start_date_utc":"2022-02-05","start_time_utc":"11:00:00","end_date":"2022-02-05","end_time":"12:06:00","end_date_utc":"2022-02-05","end_time_utc":"11:06:00","last_updated":"2021-12-22 14:08:20"},{"round_id":"61846","name":"Heat 2","type":"table","start_date":"2022-02-05","start_time":"12:06:00","start_date_utc":"2022-02-05","start_time_utc":"11:06:00","end_date":"2022-02-05","end_time":"12:12:00","end_date_utc":"2022-02-05","end_time_utc":"11:12:00","last_updated":"2021-12-22 14:08:20"},{"round_id":"61847","name":"Heat 3","type":"table","start_date":"2022-02-05","start_time":"12:12:00","start_date_utc":"2022-02-05","start_time_utc":"11:12:00","end_date":"2022-02-05","end_time":"12:18:00","end_date_utc":"2022-02-05","end_time_utc":"11:18:00","last_updated":"2021-12-22 14:08:20"},{"round_id":"61848","name":"Heat 4","type":"table","start_date":"2022-02-05","start_time":"12:18:00","start_date_utc":"2022-02-05","start_time_utc":"11:18:00","end_date":"2022-02-05","end_time":"12:24:00","end_date_utc":"2022-02-05","end_time_utc":"11:24:00","last_updated":"2021-12-22 14:08:20"},{"round_id":"63481","name":"Heat 5","type":"table","start_date":"2022-02-05","start_time":"12:24:00","start_date_utc":"2022-02-05","start_time_utc":"11:24:00","end_date":"2022-02-05","end_time":"12:28:00","end_date_utc":"2022-02-05","end_time_utc":"11:28:00","last_updated":"2022-02-04 15:31:22"},{"round_id":"63482","name":"Heat 6","type":"table","start_date":"2022-02-05","start_time":"12:28:00","start_date_utc":"2022-02-05","start_time_utc":"11:28:00","end_date":"2022-02-05","end_time":"12:32:00","end_date_utc":"2022-02-05","end_time_utc":"11:32:00","last_updated":"2022-02-04 15:31:22"},{"round_id":"63483","name":"Heat 7","type":"table","start_date":"2022-02-05","start_time":"12:32:00","start_date_utc":"2022-02-05","start_time_utc":"11:32:00","end_date":"2022-02-05","end_time":"12:36:00","end_date_utc":"2022-02-05","end_time_utc":"11:36:00","last_updated":"2022-02-04 15:31:22"},{"round_id":"63484","name":"Heat 8","type":"table","start_date":"2022-02-05","start_time":"12:36:00","start_date_utc":"2022-02-05","start_time_utc":"11:36:00","end_date":"2022-02-05","end_time":"12:40:00","end_date_utc":"2022-02-05","end_time_utc":"11:40:00","last_updated":"2022-02-04 15:31:22"},{"round_id":"61849","name":"Quarter-finals - Heat 1","type":"table","start_date":"2022-02-07","start_time":"12:30:00","start_date_utc":"2022-02-07","start_time_utc":"11:30:00","end_date":"2022-02-07","end_time":"12:36:00","end_date_utc":"2022-02-07","end_time_utc":"11:36:00","last_updated":"2021-12-22 14:08:20"},{"round_id":"61850","name":"Quarter-finals - Heat 2","type":"table","start_date":"2022-02-07","start_time":"12:36:00","start_date_utc":"2022-02-07","start_time_utc":"11:36:00","end_date":"2022-02-07","end_time":"12:42:00","end_date_utc":"2022-02-07","end_time_utc":"11:42:00","last_updated":"2021-12-22 14:08:20"},{"round_id":"63549","name":"Quarter-finals - Heat 3","type":"table","start_date":"2022-02-07","start_time":"12:42:00","start_date_utc":"2022-02-07","start_time_utc":"11:42:00","end_date":"2022-02-07","end_time":"12:48:00","end_date_utc":"2022-02-07","end_time_utc":"11:48:00","last_updated":"2022-02-06 16:21:23"},{"round_id":"63550","name":"Quarter-finals - Heat 4","type":"table","start_date":"2022-02-07","start_time":"12:48:00","start_date_utc":"2022-02-07","start_time_utc":"11:48:00","end_date":"2022-02-07","end_time":"12:56:00","end_date_utc":"2022-02-07","end_time_utc":"11:56:00","last_updated":"2022-02-06 16:21:23"},{"round_id":"61851","name":"Semi-finals - Heat 1","type":"table","start_date":"2022-02-07","start_time":"13:13:00","start_date_utc":"2022-02-07","start_time_utc":"12:13:00","end_date":"2022-02-07","end_time":"13:19:00","end_date_utc":"2022-02-07","end_time_utc":"12:19:00","last_updated":"2022-02-07 13:18:05"},{"round_id":"63554","name":"Semi-finals - Heat 2","type":"table","start_date":"2022-02-07","start_time":"13:19:00","start_date_utc":"2022-02-07","start_time_utc":"12:19:00","end_date":"2022-02-07","end_time":"13:25:00","end_date_utc":"2022-02-07","end_time_utc":"12:25:00","last_updated":"2022-02-07 13:18:30"},{"round_id":"61852","name":"Final B","type":"table","start_date":"2022-02-07","start_time":"13:41:00","start_date_utc":"2022-02-07","start_time_utc":"12:41:00","end_date":"2022-02-07","end_time":"13:46:00","end_date_utc":"2022-02-07","end_time_utc":"12:46:00","last_updated":"2022-02-07 13:50:40"},{"round_id":"61853","name":"Final A","type":"table","start_date":"2022-02-07","start_time":"13:46:00","start_date_utc":"2022-02-07","start_time_utc":"12:46:00","end_date":"2022-02-07","end_time":"13:51:00","end_date_utc":"2022-02-07","end_time_utc":"12:51:00","last_updated":"2022-02-07 13:50:45"}]},{"value":"male","age_group":"senior","round":[{"round_id":"61854","name":"Heat 1","type":"table","start_date":"2022-02-11","start_time":"12:18:00","start_date_utc":"2022-02-11","start_time_utc":"11:18:00","end_date":"2022-02-11","end_time":"12:22:00","end_date_utc":"2022-02-11","end_time_utc":"11:22:00","last_updated":"2021-12-22 14:08:21"},{"round_id":"61855","name":"Heat 2","type":"table","start_date":"2022-02-11","start_time":"12:22:00","start_date_utc":"2022-02-11","start_time_utc":"11:22:00","end_date":"2022-02-11","end_time":"12:26:00","end_date_utc":"2022-02-11","end_time_utc":"11:26:00","last_updated":"2021-12-22 14:08:21"},{"round_id":"61856","name":"Heat 3","type":"table","start_date":"2022-02-11","start_time":"12:26:00","start_date_utc":"2022-02-11","start_time_utc":"11:26:00","end_date":"2022-02-11","end_time":"12:30:00","end_date_utc":"2022-02-11","end_time_utc":"11:30:00","last_updated":"2021-12-22 14:08:21"},{"round_id":"61857","name":"Heat 4","type":"table","start_date":"2022-02-11","start_time":"12:30:00","start_date_utc":"2022-02-11","start_time_utc":"11:30:00","end_date":"2022-02-11","end_time":"12:34:00","end_date_utc":"2022-02-11","end_time_utc":"11:34:00","last_updated":"2021-12-22 14:08:22"},{"round_id":"63657","name":"Heat 5","type":"table","start_date":"2022-02-11","start_time":"12:34:00","start_date_utc":"2022-02-11","start_time_utc":"11:34:00","end_date":"2022-02-11","end_time":"12:38:00","end_date_utc":"2022-02-11","end_time_utc":"11:38:00","last_updated":"2022-02-10 16:21:36"},{"round_id":"63658","name":"Heat 6","type":"table","start_date":"2022-02-11","start_time":"12:38:00","start_date_utc":"2022-02-11","start_time_utc":"11:38:00","end_date":"2022-02-11","end_time":"12:42:00","end_date_utc":"2022-02-11","end_time_utc":"11:42:00","last_updated":"2022-02-10 16:21:36"},{"round_id":"63659","name":"Heat 7","type":"table","start_date":"2022-02-11","start_time":"12:42:00","start_date_utc":"2022-02-11","start_time_utc":"11:42:00","end_date":"2022-02-11","end_time":"12:46:00","end_date_utc":"2022-02-11","end_time_utc":"11:46:00","last_updated":"2022-02-10 16:21:36"},{"round_id":"63660","name":"Heat 8","type":"table","start_date":"2022-02-11","start_time":"12:46:00","start_date_utc":"2022-02-11","start_time_utc":"11:46:00","end_date":"2022-02-11","end_time":"12:50:00","end_date_utc":"2022-02-11","end_time_utc":"11:50:00","last_updated":"2022-02-10 16:21:36"},{"round_id":"61858","name":"Quarter-finals - Heat 1","type":"table","start_date":"2022-02-13","start_time":"12:00:00","start_date_utc":"2022-02-13","start_time_utc":"11:00:00","end_date":"2022-02-13","end_time":"12:04:00","end_date_utc":"2022-02-13","end_time_utc":"11:04:00","last_updated":"2021-12-22 14:08:22"},{"round_id":"61859","name":"Quarter-finals - Heat 2","type":"table","start_date":"2022-02-13","start_time":"12:04:00","start_date_utc":"2022-02-13","start_time_utc":"11:04:00","end_date":"2022-02-13","end_time":"12:08:00","end_date_utc":"2022-02-13","end_time_utc":"11:08:00","last_updated":"2021-12-22 14:08:22"},{"round_id":"63768","name":"Quarter-finals - Heat 3","type":"table","start_date":"2022-02-13","start_time":"12:08:00","start_date_utc":"2022-02-13","start_time_utc":"11:08:00","end_date":"2022-02-13","end_time":"12:12:00","end_date_utc":"2022-02-13","end_time_utc":"11:12:00","last_updated":"2022-02-13 11:59:15"},{"round_id":"63769","name":"Quarter-finals - Heat 4","type":"table","start_date":"2022-02-13","start_time":"12:12:00","start_date_utc":"2022-02-13","start_time_utc":"11:12:00","end_date":"2022-02-13","end_time":"12:16:00","end_date_utc":"2022-02-13","end_time_utc":"11:16:00","last_updated":"2022-02-13 11:59:15"},{"round_id":"61860","name":"Semi-finals - Heat 1","type":"table","start_date":"2022-02-13","start_time":"12:27:00","start_date_utc":"2022-02-13","start_time_utc":"11:27:00","end_date":"2022-02-13","end_time":"12:31:00","end_date_utc":"2022-02-13","end_time_utc":"11:31:00","last_updated":"2022-02-13 11:59:30"},{"round_id":"63770","name":"Semi-finals - Heat 2","type":"table","start_date":"2022-02-13","start_time":"12:31:00","start_date_utc":"2022-02-13","start_time_utc":"11:31:00","end_date":"2022-02-13","end_time":"12:35:00","end_date_utc":"2022-02-13","end_time_utc":"11:35:00","last_updated":"2022-02-13 11:59:44"},{"round_id":"61861","name":"Final B","type":"table","start_date":"2022-02-13","start_time":"13:09:00","start_date_utc":"2022-02-13","start_time_utc":"12:09:00","end_date":"2022-02-13","end_time":"13:14:00","end_date_utc":"2022-02-13","end_time_utc":"12:14:00","last_updated":"2021-12-22 14:08:22"},{"round_id":"61862","name":"Final A","type":"table","start_date":"2022-02-13","start_time":"13:14:00","start_date_utc":"2022-02-13","start_time_utc":"12:14:00","end_date":"2022-02-13","end_time":"13:19:00","end_date_utc":"2022-02-13","end_time_utc":"12:19:00","last_updated":"2021-12-22 14:08:24"}]}]},{"discipline_id":"476","name":"1000m","type":"contestant","gender":[{"value":"female","age_group":"senior","round":[{"round_id":"61872","name":"Heat 1","type":"table","start_date":"2022-02-09","start_time":"12:44:00","start_date_utc":"2022-02-09","start_time_utc":"11:44:00","end_date":"2022-02-09","end_time":"12:49:00","end_date_utc":"2022-02-09","end_time_utc":"11:49:00","last_updated":"2021-12-22 14:11:43"},{"round_id":"61873","name":"Heat 2","type":"table","start_date":"2022-02-09","start_time":"12:49:00","start_date_utc":"2022-02-09","start_time_utc":"11:49:00","end_date":"2022-02-09","end_time":"12:54:00","end_date_utc":"2022-02-09","end_time_utc":"11:54:00","last_updated":"2021-12-22 14:11:44"},{"round_id":"61874","name":"Heat 3","type":"table","start_date":"2022-02-09","start_time":"12:54:00","start_date_utc":"2022-02-09","start_time_utc":"11:54:00","end_date":"2022-02-09","end_time":"12:59:00","end_date_utc":"2022-02-09","end_time_utc":"11:59:00","last_updated":"2021-12-22 14:11:44"},{"round_id":"61875","name":"Heat 4","type":"table","start_date":"2022-02-09","start_time":"12:59:00","start_date_utc":"2022-02-09","start_time_utc":"11:59:00","end_date":"2022-02-09","end_time":"13:04:00","end_date_utc":"2022-02-09","end_time_utc":"12:04:00","last_updated":"2021-12-22 14:11:46"},{"round_id":"63616","name":"Heat 5","type":"table","start_date":"2022-02-09","start_time":"13:04:00","start_date_utc":"2022-02-09","start_time_utc":"12:04:00","end_date":"2022-02-09","end_time":"13:09:00","end_date_utc":"2022-02-09","end_time_utc":"12:09:00","last_updated":"2022-02-08 17:58:08"},{"round_id":"63617","name":"Heat 6","type":"table","start_date":"2022-02-09","start_time":"13:09:00","start_date_utc":"2022-02-09","start_time_utc":"12:09:00","end_date":"2022-02-09","end_time":"13:14:00","end_date_utc":"2022-02-09","end_time_utc":"12:14:00","last_updated":"2022-02-08 17:58:08"},{"round_id":"63618","name":"Heat 7","type":"table","start_date":"2022-02-09","start_time":"13:14:00","start_date_utc":"2022-02-09","start_time_utc":"12:14:00","end_date":"2022-02-09","end_time":"13:19:00","end_date_utc":"2022-02-09","end_time_utc":"12:19:00","last_updated":"2022-02-08 17:58:08"},{"round_id":"63619","name":"Heat 8","type":"table","start_date":"2022-02-09","start_time":"13:19:00","start_date_utc":"2022-02-09","start_time_utc":"12:19:00","end_date":"2022-02-09","end_time":"13:24:00","end_date_utc":"2022-02-09","end_time_utc":"12:24:00","last_updated":"2022-02-08 17:58:08"},{"round_id":"61876","name":"Quarter-finals - Heat 1","type":"table","start_date":"2022-02-11","start_time":"12:00:00","start_date_utc":"2022-02-11","start_time_utc":"11:00:00","end_date":"2022-02-11","end_time":"12:05:00","end_date_utc":"2022-02-11","end_time_utc":"11:05:00","last_updated":"2022-02-10 12:07:44"},{"round_id":"61877","name":"Quarter-finals - Heat 2","type":"table","start_date":"2022-02-11","start_time":"12:05:00","start_date_utc":"2022-02-11","start_time_utc":"11:05:00","end_date":"2022-02-11","end_time":"12:10:00","end_date_utc":"2022-02-11","end_time_utc":"11:10:00","last_updated":"2022-02-10 12:07:48"},{"round_id":"63715","name":"Quarter-finals - Heat 3","type":"table","start_date":"2022-02-11","start_time":"12:10:00","start_date_utc":"2022-02-11","start_time_utc":"11:10:00","end_date":"2022-02-11","end_time":"12:15:00","end_date_utc":"2022-02-11","end_time_utc":"11:15:00","last_updated":"2022-02-11 11:30:31"},{"round_id":"63716","name":"Quarter-finals - Heat 4","type":"table","start_date":"2022-02-11","start_time":"12:15:00","start_date_utc":"2022-02-11","start_time_utc":"11:15:00","end_date":"2022-02-11","end_time":"12:20:00","end_date_utc":"2022-02-11","end_time_utc":"11:20:00","last_updated":"2022-02-11 11:30:31"},{"round_id":"61878","name":"Semi-finals - Heat 1","type":"table","start_date":"2022-02-11","start_time":"12:55:00","start_date_utc":"2022-02-11","start_time_utc":"11:55:00","end_date":"2022-02-11","end_time":"13:00:00","end_date_utc":"2022-02-11","end_time_utc":"12:00:00","last_updated":"2022-02-11 11:31:05"},{"round_id":"63717","name":"Semi-finals - Heat 2","type":"table","start_date":"2022-02-11","start_time":"13:00:00","start_date_utc":"2022-02-11","start_time_utc":"12:00:00","end_date":"2022-02-11","end_time":"13:05:00","end_date_utc":"2022-02-11","end_time_utc":"12:05:00","last_updated":"2022-02-11 11:31:21"},{"round_id":"61879","name":"Final B","type":"table","start_date":"2022-02-11","start_time":"13:37:00","start_date_utc":"2022-02-11","start_time_utc":"12:37:00","end_date":"2022-02-11","end_time":"13:43:00","end_date_utc":"2022-02-11","end_time_utc":"12:43:00","last_updated":"2022-02-10 12:07:55"},{"round_id":"61880","name":"Final A","type":"table","start_date":"2022-02-11","start_time":"13:43:00","start_date_utc":"2022-02-11","start_time_utc":"12:43:00","end_date":"2022-02-11","end_time":"13:49:00","end_date_utc":"2022-02-11","end_time_utc":"12:49:00","last_updated":"2022-02-10 12:07:58"}]},{"value":"male","age_group":"senior","round":[{"round_id":"61863","name":"Heat 1","type":"table","start_date":"2022-02-05","start_time":"12:38:00","start_date_utc":"2022-02-05","start_time_utc":"11:38:00","end_date":"2022-02-05","end_time":"12:46:00","end_date_utc":"2022-02-05","end_time_utc":"11:46:00","last_updated":"2021-12-22 14:11:42"},{"round_id":"61864","name":"Heat 2","type":"table","start_date":"2022-02-05","start_time":"12:46:00","start_date_utc":"2022-02-05","start_time_utc":"11:46:00","end_date":"2022-02-05","end_time":"12:54:00","end_date_utc":"2022-02-05","end_time_utc":"11:54:00","last_updated":"2021-12-22 14:11:42"},{"round_id":"61865","name":"Heat 3","type":"table","start_date":"2022-02-05","start_time":"12:54:00","start_date_utc":"2022-02-05","start_time_utc":"11:54:00","end_date":"2022-02-05","end_time":"13:02:00","end_date_utc":"2022-02-05","end_time_utc":"12:02:00","last_updated":"2021-12-22 14:11:42"},{"round_id":"61866","name":"Heat 4","type":"table","start_date":"2022-02-05","start_time":"13:02:00","start_date_utc":"2022-02-05","start_time_utc":"12:02:00","end_date":"2022-02-05","end_time":"13:10:00","end_date_utc":"2022-02-05","end_time_utc":"12:10:00","last_updated":"2021-12-22 14:11:42"},{"round_id":"63485","name":"Heat 5","type":"table","start_date":"2022-02-05","start_time":"13:10:00","start_date_utc":"2022-02-05","start_time_utc":"12:10:00","end_date":"2022-02-05","end_time":"13:18:00","end_date_utc":"2022-02-05","end_time_utc":"12:18:00","last_updated":"2022-02-04 15:34:14"},{"round_id":"63486","name":"Heat 6","type":"table","start_date":"2022-02-05","start_time":"13:18:00","start_date_utc":"2022-02-05","start_time_utc":"12:18:00","end_date":"2022-02-05","end_time":"13:26:00","end_date_utc":"2022-02-05","end_time_utc":"12:26:00","last_updated":"2022-02-04 15:34:14"},{"round_id":"63487","name":"Heat 7","type":"table","start_date":"2022-02-05","start_time":"13:26:00","start_date_utc":"2022-02-05","start_time_utc":"12:26:00","end_date":"2022-02-05","end_time":"13:34:00","end_date_utc":"2022-02-05","end_time_utc":"12:34:00","last_updated":"2022-02-04 15:34:14"},{"round_id":"63488","name":"Heat 8","type":"table","start_date":"2022-02-05","start_time":"13:34:00","start_date_utc":"2022-02-05","start_time_utc":"12:34:00","end_date":"2022-02-05","end_time":"13:42:00","end_date_utc":"2022-02-05","end_time_utc":"12:42:00","last_updated":"2022-02-04 15:34:14"},{"round_id":"61867","name":"Quarter-finals - Heat 1","type":"table","start_date":"2022-02-07","start_time":"12:44:00","start_date_utc":"2022-02-07","start_time_utc":"11:44:00","end_date":"2022-02-07","end_time":"12:52:00","end_date_utc":"2022-02-07","end_time_utc":"11:52:00","last_updated":"2021-12-22 14:11:42"},{"round_id":"61868","name":"Quarter-finals - Heat 2","type":"table","start_date":"2022-02-07","start_time":"12:52:00","start_date_utc":"2022-02-07","start_time_utc":"11:52:00","end_date":"2022-02-07","end_time":"13:00:00","end_date_utc":"2022-02-07","end_time_utc":"12:00:00","last_updated":"2021-12-22 14:11:43"},{"round_id":"63551","name":"Quarter-finals - Heat 3","type":"table","start_date":"2022-02-07","start_time":"13:00:00","start_date_utc":"2022-02-07","start_time_utc":"12:00:00","end_date":"2022-02-07","end_time":"13:08:00","end_date_utc":"2022-02-07","end_time_utc":"12:08:00","last_updated":"2022-02-06 16:23:59"},{"round_id":"63552","name":"Quarter-finals - Heat 4","type":"table","start_date":"2022-02-07","start_time":"13:08:00","start_date_utc":"2022-02-07","start_time_utc":"12:08:00","end_date":"2022-02-07","end_time":"13:16:00","end_date_utc":"2022-02-07","end_time_utc":"12:16:00","last_updated":"2022-02-06 16:24:00"},{"round_id":"61869","name":"Semi-finals - Heat 1","type":"table","start_date":"2022-02-07","start_time":"13:20:00","start_date_utc":"2022-02-07","start_time_utc":"12:20:00","end_date":"2022-02-07","end_time":"13:28:00","end_date_utc":"2022-02-07","end_time_utc":"12:28:00","last_updated":"2022-02-07 13:18:40"},{"round_id":"63555","name":"Semi-finals - Heat 2","type":"table","start_date":"2022-02-07","start_time":"13:20:00","start_date_utc":"2022-02-07","start_time_utc":"12:20:00","end_date":"2022-02-07","end_time":"13:28:00","end_date_utc":"2022-02-07","end_time_utc":"12:28:00","last_updated":"2022-02-07 13:19:01"},{"round_id":"61870","name":"Final B","type":"table","start_date":"2022-02-07","start_time":"13:52:00","start_date_utc":"2022-02-07","start_time_utc":"12:52:00","end_date":"2022-02-07","end_time":"13:58:00","end_date_utc":"2022-02-07","end_time_utc":"12:58:00","last_updated":"2021-12-22 14:11:43"},{"round_id":"61871","name":"Final A","type":"table","start_date":"2022-02-07","start_time":"13:58:00","start_date_utc":"2022-02-07","start_time_utc":"12:58:00","end_date":"2022-02-07","end_time":"14:04:00","end_date_utc":"2022-02-07","end_time_utc":"13:04:00","last_updated":"2021-12-22 14:11:43"}]}]},{"discipline_id":"477","name":"1500m","type":"contestant","gender":[{"value":"female","age_group":"senior","round":[{"round_id":"61886","name":"Quarter-finals - Heat 1","type":"table","start_date":"2022-02-16","start_time":"12:30:00","start_date_utc":"2022-02-16","start_time_utc":"11:30:00","end_date":"2022-02-16","end_time":"12:35:00","end_date_utc":"2022-02-16","end_time_utc":"11:35:00","last_updated":"2021-12-22 14:29:15"},{"round_id":"61887","name":"Quarter-finals - Heat 2","type":"table","start_date":"2022-02-16","start_time":"12:35:00","start_date_utc":"2022-02-16","start_time_utc":"11:35:00","end_date":"2022-02-16","end_time":"12:40:00","end_date_utc":"2022-02-16","end_time_utc":"11:40:00","last_updated":"2021-12-22 14:29:15"},{"round_id":"63829","name":"Quarter-finals - Heat 3","type":"table","start_date":"2022-02-16","start_time":"12:40:00","start_date_utc":"2022-02-16","start_time_utc":"11:40:00","end_date":"2022-02-16","end_time":"12:45:00","end_date_utc":"2022-02-16","end_time_utc":"11:45:00","last_updated":"2022-02-16 12:30:08"},{"round_id":"63830","name":"Quarter-finals - Heat 4","type":"table","start_date":"2022-02-16","start_time":"12:45:00","start_date_utc":"2022-02-16","start_time_utc":"11:45:00","end_date":"2022-02-16","end_time":"12:50:00","end_date_utc":"2022-02-16","end_time_utc":"11:50:00","last_updated":"2022-02-16 12:30:08"},{"round_id":"63831","name":"Quarter-finals - Heat 5","type":"table","start_date":"2022-02-16","start_time":"12:50:00","start_date_utc":"2022-02-16","start_time_utc":"11:50:00","end_date":"2022-02-16","end_time":"12:55:00","end_date_utc":"2022-02-16","end_time_utc":"11:55:00","last_updated":"2022-02-16 12:30:08"},{"round_id":"63832","name":"Quarter-finals - Heat 6","type":"table","start_date":"2022-02-16","start_time":"12:55:00","start_date_utc":"2022-02-16","start_time_utc":"11:55:00","end_date":"2022-02-16","end_time":"13:00:00","end_date_utc":"2022-02-16","end_time_utc":"12:00:00","last_updated":"2022-02-16 12:30:08"},{"round_id":"61888","name":"Semi-finals - Heat 1","type":"table","start_date":"2022-02-16","start_time":"13:15:00","start_date_utc":"2022-02-16","start_time_utc":"12:15:00","end_date":"2022-02-16","end_time":"13:22:00","end_date_utc":"2022-02-16","end_time_utc":"12:22:00","last_updated":"2022-02-08 17:42:20"},{"round_id":"63837","name":"Semi-finals - Heat 2","type":"table","start_date":"2022-02-16","start_time":"13:22:00","start_date_utc":"2022-02-16","start_time_utc":"12:22:00","end_date":"2022-02-16","end_time":"13:29:00","end_date_utc":"2022-02-16","end_time_utc":"12:29:00","last_updated":"2022-02-16 13:09:29"},{"round_id":"63838","name":"Semi-finals - Heat 3","type":"table","start_date":"2022-02-16","start_time":"13:29:00","start_date_utc":"2022-02-16","start_time_utc":"12:29:00","end_date":"2022-02-16","end_time":"13:35:00","end_date_utc":"2022-02-16","end_time_utc":"12:35:00","last_updated":"2022-02-16 13:09:54"},{"round_id":"61889","name":"Final B","type":"table","start_date":"2022-02-16","start_time":"14:11:00","start_date_utc":"2022-02-16","start_time_utc":"13:11:00","end_date":"2022-02-16","end_time":"14:18:00","end_date_utc":"2022-02-16","end_time_utc":"13:18:00","last_updated":"2021-12-22 14:29:16"},{"round_id":"61890","name":"Final A","type":"table","start_date":"2022-02-16","start_time":"14:18:00","start_date_utc":"2022-02-16","start_time_utc":"13:18:00","end_date":"2022-02-16","end_time":"14:26:00","end_date_utc":"2022-02-16","end_time_utc":"13:26:00","last_updated":"2021-12-22 14:29:16"}]},{"value":"male","age_group":"senior","round":[{"round_id":"61881","name":"Quarter-finals - Heat 1","type":"table","start_date":"2022-02-09","start_time":"12:00:00","start_date_utc":"2022-02-09","start_time_utc":"11:00:00","end_date":"2022-02-09","end_time":"12:07:00","end_date_utc":"2022-02-09","end_time_utc":"11:07:00","last_updated":"2021-12-22 14:29:14"},{"round_id":"61882","name":"Quarter-finals - Heat 2","type":"table","start_date":"2022-02-09","start_time":"12:07:00","start_date_utc":"2022-02-09","start_time_utc":"11:07:00","end_date":"2022-02-09","end_time":"12:14:00","end_date_utc":"2022-02-09","end_time_utc":"11:14:00","last_updated":"2021-12-22 14:29:14"},{"round_id":"63611","name":"Quarter-finals - Heat 3","type":"table","start_date":"2022-02-09","start_time":"12:14:00","start_date_utc":"2022-02-09","start_time_utc":"11:14:00","end_date":"2022-02-09","end_time":"12:21:00","end_date_utc":"2022-02-09","end_time_utc":"11:21:00","last_updated":"2022-02-08 17:41:51"},{"round_id":"63612","name":"Quarter-finals - Heat 4","type":"table","start_date":"2022-02-09","start_time":"12:21:00","start_date_utc":"2022-02-09","start_time_utc":"11:21:00","end_date":"2022-02-09","end_time":"12:28:00","end_date_utc":"2022-02-09","end_time_utc":"11:28:00","last_updated":"2022-02-08 17:41:51"},{"round_id":"63613","name":"Quarter-finals - Heat 5","type":"table","start_date":"2022-02-09","start_time":"12:28:00","start_date_utc":"2022-02-09","start_time_utc":"11:28:00","end_date":"2022-02-09","end_time":"12:35:00","end_date_utc":"2022-02-09","end_time_utc":"11:35:00","last_updated":"2022-02-08 17:41:51"},{"round_id":"63614","name":"Quarter-finals - Heat 6","type":"table","start_date":"2022-02-09","start_time":"12:35:00","start_date_utc":"2022-02-09","start_time_utc":"11:35:00","end_date":"2022-02-09","end_time":"12:42:00","end_date_utc":"2022-02-09","end_time_utc":"11:42:00","last_updated":"2022-02-08 17:41:51"},{"round_id":"61883","name":"Semi-finals - Heat 1","type":"table","start_date":"2022-02-09","start_time":"13:29:00","start_date_utc":"2022-02-09","start_time_utc":"12:29:00","end_date":"2022-02-09","end_time":"13:36:00","end_date_utc":"2022-02-09","end_time_utc":"12:36:00","last_updated":"2022-02-08 17:42:54"},{"round_id":"63615","name":"Semi-finals - Heat 2","type":"table","start_date":"2022-02-09","start_time":"13:36:00","start_date_utc":"2022-02-09","start_time_utc":"12:36:00","end_date":"2022-02-09","end_time":"13:43:00","end_date_utc":"2022-02-09","end_time_utc":"12:43:00","last_updated":"2022-02-08 17:42:40"},{"round_id":"63647","name":"Semi-finals - Heat 3","type":"table","start_date":"2022-02-09","start_time":"13:43:00","start_date_utc":"2022-02-09","start_time_utc":"12:43:00","end_date":"2022-02-09","end_time":"13:50:00","end_date_utc":"2022-02-09","end_time_utc":"12:50:00","last_updated":"2022-02-09 13:25:26"},{"round_id":"61884","name":"Final B","type":"table","start_date":"2022-02-09","start_time":"14:13:00","start_date_utc":"2022-02-09","start_time_utc":"13:13:00","end_date":"2022-02-09","end_time":"14:20:00","end_date_utc":"2022-02-09","end_time_utc":"13:20:00","last_updated":"2021-12-22 14:29:15"},{"round_id":"61885","name":"Final A","type":"table","start_date":"2022-02-09","start_time":"14:20:00","start_date_utc":"2022-02-09","start_time_utc":"13:20:00","end_date":"2022-02-09","end_time":"14:28:00","end_date_utc":"2022-02-09","end_time_utc":"13:28:00","last_updated":"2021-12-22 14:29:15"}]}]},{"discipline_id":"478","name":"2000m relay","type":"team","gender":{"value":"mixed","age_group":"senior","round":[{"round_id":"61897","name":"Quarter-finals - Heat 1","type":"table","start_date":"2022-02-05","start_time":"13:23:00","start_date_utc":"2022-02-05","start_time_utc":"12:23:00","end_date":"2022-02-05","end_time":"13:31:00","end_date_utc":"2022-02-05","end_time_utc":"12:31:00","last_updated":"2021-12-22 14:29:17"},{"round_id":"61898","name":"Quarter-finals - Heat 2","type":"table","start_date":"2022-02-05","start_time":"13:31:00","start_date_utc":"2022-02-05","start_time_utc":"12:31:00","end_date":"2022-02-05","end_time":"13:38:00","end_date_utc":"2022-02-05","end_time_utc":"12:38:00","last_updated":"2021-12-22 14:29:17"},{"round_id":"63489","name":"Quarter-finals - Heat 3","type":"table","start_date":"2022-02-05","start_time":"13:38:00","start_date_utc":"2022-02-05","start_time_utc":"12:38:00","end_date":"2022-02-05","end_time":"13:45:00","end_date_utc":"2022-02-05","end_time_utc":"12:45:00","last_updated":"2022-02-04 19:27:33"},{"round_id":"61899","name":"Semi-finals - Heat 1","type":"table","start_date":"2022-02-05","start_time":"13:53:00","start_date_utc":"2022-02-05","start_time_utc":"12:53:00","end_date":"2022-02-05","end_time":"14:03:00","end_date_utc":"2022-02-05","end_time_utc":"13:03:00","last_updated":"2022-02-05 14:14:28"},{"round_id":"63519","name":"Semi-finals - Heat 2","type":"table","start_date":"2022-02-05","start_time":"14:03:00","start_date_utc":"2022-02-05","start_time_utc":"13:03:00","end_date":"2022-02-05","end_time":"14:13:00","end_date_utc":"2022-02-05","end_time_utc":"13:13:00","last_updated":"2022-02-05 14:15:00"},{"round_id":"61900","name":"Final B","type":"table","start_date":"2022-02-05","start_time":"14:18:00","start_date_utc":"2022-02-05","start_time_utc":"13:18:00","end_date":"2022-02-05","end_time":"14:26:00","end_date_utc":"2022-02-05","end_time_utc":"13:26:00","last_updated":"2021-12-22 14:29:19"},{"round_id":"61901","name":"Final A","type":"table","start_date":"2022-02-05","start_time":"14:26:00","start_date_utc":"2022-02-05","start_time_utc":"13:26:00","end_date":"2022-02-05","end_time":"14:34:00","end_date_utc":"2022-02-05","end_time_utc":"13:34:00","last_updated":"2021-12-22 14:29:38"}]}},{"discipline_id":"479","name":"3000m relay","type":"team","gender":{"value":"female","age_group":"senior","round":[{"round_id":"61894","name":"Semi-finals - Heat 1","type":"table","start_date":"2022-02-09","start_time":"13:45:00","start_date_utc":"2022-02-09","start_time_utc":"12:45:00","end_date":"2022-02-09","end_time":"13:59:00","end_date_utc":"2022-02-09","end_time_utc":"12:59:00","last_updated":"2022-02-08 18:00:05"},{"round_id":"63620","name":"Semi-finals - Heat 2","type":"table","start_date":"2022-02-09","start_time":"13:59:00","start_date_utc":"2022-02-09","start_time_utc":"12:59:00","end_date":"2022-02-09","end_time":"14:13:00","end_date_utc":"2022-02-09","end_time_utc":"13:13:00","last_updated":"2022-02-08 18:00:25"},{"round_id":"61895","name":"Final B","type":"table","start_date":"2022-02-13","start_time":"12:35:00","start_date_utc":"2022-02-13","start_time_utc":"11:35:00","end_date":"2022-02-13","end_time":"12:44:00","end_date_utc":"2022-02-13","end_time_utc":"11:44:00","last_updated":"2022-02-10 12:08:34"},{"round_id":"61896","name":"Final A","type":"table","start_date":"2022-02-13","start_time":"12:44:00","start_date_utc":"2022-02-13","start_time_utc":"11:44:00","end_date":"2022-02-13","end_time":"12:55:00","end_date_utc":"2022-02-13","end_time_utc":"11:55:00","last_updated":"2022-02-10 12:08:37"}]}},{"discipline_id":"480","name":"5000m relay","type":"team","gender":{"value":"male","age_group":"senior","round":[{"round_id":"61891","name":"Semi-finals - Heat 1","type":"table","start_date":"2022-02-11","start_time":"13:04:00","start_date_utc":"2022-02-11","start_time_utc":"12:04:00","end_date":"2022-02-11","end_time":"13:19:00","end_date_utc":"2022-02-11","end_time_utc":"12:19:00","last_updated":"2022-02-11 11:31:50"},{"round_id":"63718","name":"Semi-finals - Heat 2","type":"table","start_date":"2022-02-11","start_time":"13:19:00","start_date_utc":"2022-02-11","start_time_utc":"12:19:00","end_date":"2022-02-11","end_time":"13:34:00","end_date_utc":"2022-02-11","end_time_utc":"12:34:00","last_updated":"2022-02-11 11:32:15"},{"round_id":"61892","name":"Final B","type":"table","start_date":"2022-02-16","start_time":"13:32:00","start_date_utc":"2022-02-16","start_time_utc":"12:32:00","end_date":"2022-02-16","end_time":"13:44:00","end_date_utc":"2022-02-16","end_time_utc":"12:44:00","last_updated":"2021-12-22 14:29:16"},{"round_id":"61893","name":"Final A","type":"table","start_date":"2022-02-16","start_time":"13:44:00","start_date_utc":"2022-02-16","start_time_utc":"12:44:00","end_date":"2022-02-16","end_time":"13:57:00","end_date_utc":"2022-02-16","end_time_utc":"12:57:00","last_updated":"2021-12-22 14:29:16"}]}}]}}}}}}