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=211
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=212", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=210", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 211, "results": [ { "start": 827112470, "stop": 827113520 }, { "start": 827113775, "stop": 827114015 }, { "start": 827114189, "stop": 827114489 }, { "start": 827114654, "stop": 827115524 }, { "start": 827115674, "stop": 827115974 }, { "start": 827116180, "stop": 827117260 }, { "start": 827118847, "stop": 827119147 }, { "start": 827119566, "stop": 827119626 }, { "start": 827122853, "stop": 827122973 }, { "start": 827123127, "stop": 827123547 }, { "start": 827123787, "stop": 827123847 }, { "start": 827124265, "stop": 827124385 }, { "start": 827124575, "stop": 827124935 }, { "start": 827125089, "stop": 827125689 }, { "start": 827128174, "stop": 827128414 }, { "start": 827128593, "stop": 827128713 }, { "start": 827128849, "stop": 827129809 }, { "start": 827129966, "stop": 827130206 }, { "start": 827130540, "stop": 827134320 }, { "start": 827134516, "stop": 827135296 } ] }