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=146
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=147", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=145", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 146, "results": [ { "start": 817141238, "stop": 817141275 }, { "start": 817141295, "stop": 817141296 }, { "start": 817141324, "stop": 817141360 }, { "start": 817141380, "stop": 817141390 }, { "start": 817141463, "stop": 817141468 }, { "start": 817141620, "stop": 817141681 }, { "start": 817141743, "stop": 817141778 }, { "start": 817141813, "stop": 817141846 }, { "start": 817141876, "stop": 817141878 }, { "start": 817141912, "stop": 817141927 }, { "start": 817141972, "stop": 817142004 }, { "start": 817142033, "stop": 817142147 }, { "start": 817142168, "stop": 817142188 }, { "start": 817142226, "stop": 817142240 }, { "start": 817142257, "stop": 817142300 }, { "start": 817142320, "stop": 817142344 }, { "start": 817142371, "stop": 817142405 }, { "start": 817142457, "stop": 817142459 }, { "start": 817142480, "stop": 817142511 }, { "start": 817145578, "stop": 817145580 } ] }