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/H1_STOCH_CAT1/segments?format=api&page=1435
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1436", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1434", "results_count": 30795, "results_per_page": 20, "num_pages": 1540, "page_number": 1435, "results": [ { "start": 854122148, "stop": 854123055 }, { "start": 854124617, "stop": 854128862 }, { "start": 854128865, "stop": 854128888 }, { "start": 854129041, "stop": 854165824 }, { "start": 854165827, "stop": 854171854 }, { "start": 854174791, "stop": 854196183 }, { "start": 854196186, "stop": 854198113 }, { "start": 854198118, "stop": 854198136 }, { "start": 854198139, "stop": 854198145 }, { "start": 854198150, "stop": 854198151 }, { "start": 854198157, "stop": 854198170 }, { "start": 854198175, "stop": 854198179 }, { "start": 854198182, "stop": 854198184 }, { "start": 854198198, "stop": 854198199 }, { "start": 854198202, "stop": 854198207 }, { "start": 854198215, "stop": 854198216 }, { "start": 854199516, "stop": 854208103 }, { "start": 854238914, "stop": 854249356 }, { "start": 854251031, "stop": 854251270 }, { "start": 854251273, "stop": 854287012 } ] }