Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start=<int>: Initial GPS time of the desired GPS interval.stop=<int>: Final GPS time of the desired GPS interval.compact: Return a list of segment [start, stop] list.pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1059
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1060", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1058", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 1059, "results": [ { "start": 873200372, "stop": 873200432 }, { "start": 873200629, "stop": 873200689 }, { "start": 873201177, "stop": 873201297 }, { "start": 873201550, "stop": 873201610 }, { "start": 873201765, "stop": 873202185 }, { "start": 873202350, "stop": 873202770 }, { "start": 873202921, "stop": 873202981 }, { "start": 873203126, "stop": 873203246 }, { "start": 873203809, "stop": 873203869 }, { "start": 873204019, "stop": 873204679 }, { "start": 873204838, "stop": 873204898 }, { "start": 873205117, "stop": 873205717 }, { "start": 873206596, "stop": 873206656 }, { "start": 873206836, "stop": 873207196 }, { "start": 873207447, "stop": 873207507 }, { "start": 873207679, "stop": 873207739 }, { "start": 873208363, "stop": 873208423 }, { "start": 873210330, "stop": 873210450 }, { "start": 873210870, "stop": 873210930 }, { "start": 873212204, "stop": 873212384 } ] }