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_CBCHIGH_CAT4/segments?format=api&page=65
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=66", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=64", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 65, "results": [ { "start": 816686259, "stop": 816686322 }, { "start": 816686357, "stop": 816686365 }, { "start": 816686384, "stop": 816686539 }, { "start": 816686558, "stop": 816686734 }, { "start": 816686753, "stop": 816686763 }, { "start": 816686782, "stop": 816686901 }, { "start": 816686923, "stop": 816687007 }, { "start": 816687012, "stop": 816687081 }, { "start": 816687102, "stop": 816687105 }, { "start": 816687125, "stop": 816687144 }, { "start": 816687166, "stop": 816687221 }, { "start": 816687225, "stop": 816687478 }, { "start": 816687498, "stop": 816687623 }, { "start": 816687642, "stop": 816687740 }, { "start": 816687777, "stop": 816687801 }, { "start": 816687826, "stop": 816687887 }, { "start": 816687891, "stop": 816687935 }, { "start": 816687938, "stop": 816687959 }, { "start": 816687963, "stop": 816688024 }, { "start": 816688043, "stop": 816688104 } ] }