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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15752
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15753", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15751", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15752, "results": [ { "start": 971168178, "stop": 971168192 }, { "start": 971168193, "stop": 971168199 }, { "start": 971168210, "stop": 971168212 }, { "start": 971168222, "stop": 971168223 }, { "start": 971168224, "stop": 971168226 }, { "start": 971168229, "stop": 971168231 }, { "start": 971168232, "stop": 971168235 }, { "start": 971168236, "stop": 971168239 }, { "start": 971168240, "stop": 971168246 }, { "start": 971168251, "stop": 971168253 }, { "start": 971168254, "stop": 971168255 }, { "start": 971168258, "stop": 971168261 }, { "start": 971168262, "stop": 971168264 }, { "start": 971168266, "stop": 971168274 }, { "start": 971168275, "stop": 971168280 }, { "start": 971168283, "stop": 971168286 }, { "start": 971168289, "stop": 971168293 }, { "start": 971168295, "stop": 971168297 }, { "start": 971168298, "stop": 971168301 }, { "start": 971168303, "stop": 971168305 } ] }