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_CAT1/segments?format=api&page=34
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=35", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=33", "results_count": 199755, "results_per_page": 20, "num_pages": 9988, "page_number": 34, "results": [ { "start": 816366169, "stop": 816366244 }, { "start": 816366257, "stop": 816366540 }, { "start": 816366545, "stop": 816366730 }, { "start": 816366734, "stop": 816366803 }, { "start": 816366808, "stop": 816366812 }, { "start": 816366818, "stop": 816366967 }, { "start": 816366970, "stop": 816367105 }, { "start": 816367109, "stop": 816367117 }, { "start": 816367122, "stop": 816367198 }, { "start": 816367202, "stop": 816367247 }, { "start": 816367258, "stop": 816367261 }, { "start": 816367271, "stop": 816367305 }, { "start": 816367314, "stop": 816367317 }, { "start": 816367325, "stop": 816367339 }, { "start": 816367346, "stop": 816367349 }, { "start": 816367361, "stop": 816367363 }, { "start": 816367370, "stop": 816367478 }, { "start": 816367482, "stop": 816367546 }, { "start": 816367883, "stop": 816367963 }, { "start": 816367968, "stop": 816367989 } ] }