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/H2_CW_CAT1/segments?format=api&page=237
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=238", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=236", "results_count": 7262, "results_per_page": 20, "num_pages": 364, "page_number": 237, "results": [ { "start": 850112823, "stop": 850112830 }, { "start": 850112859, "stop": 850112875 }, { "start": 850112888, "stop": 850112894 }, { "start": 850112898, "stop": 850112929 }, { "start": 850112947, "stop": 850113017 }, { "start": 850113035, "stop": 850113132 }, { "start": 850113155, "stop": 850113171 }, { "start": 850113175, "stop": 850113190 }, { "start": 850113194, "stop": 850113200 }, { "start": 850113213, "stop": 850113229 }, { "start": 850113233, "stop": 850113295 }, { "start": 850113299, "stop": 850113310 }, { "start": 850113314, "stop": 850113385 }, { "start": 850113399, "stop": 850113405 }, { "start": 850113409, "stop": 850137733 }, { "start": 850140362, "stop": 850153551 }, { "start": 850154106, "stop": 850161548 }, { "start": 850162212, "stop": 850164433 }, { "start": 850165236, "stop": 850170191 }, { "start": 850170765, "stop": 850172953 } ] }