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/H1_CW_CAT1/segments?format=api&page=317
{ "next": null, "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=316", "results_count": 6331, "results_per_page": 20, "num_pages": 317, "page_number": 317, "results": [ { "start": 971283721, "stop": 971291138 }, { "start": 971291952, "stop": 971292162 }, { "start": 971293866, "stop": 971297403 }, { "start": 971321073, "stop": 971351740 }, { "start": 971354464, "stop": 971361388 }, { "start": 971363682, "stop": 971385530 }, { "start": 971387354, "stop": 971427193 }, { "start": 971430972, "stop": 971450687 }, { "start": 971460805, "stop": 971462493 }, { "start": 971502047, "stop": 971530654 }, { "start": 971596522, "stop": 971621961 } ] }