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_CAT3/segments?format=api&page=145
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=146", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=144", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 145, "results": [ { "start": 817060440, "stop": 817060442 }, { "start": 817060524, "stop": 817060532 }, { "start": 817060558, "stop": 817060563 }, { "start": 817060594, "stop": 817060616 }, { "start": 817060683, "stop": 817060703 }, { "start": 817060800, "stop": 817060807 }, { "start": 817060852, "stop": 817060867 }, { "start": 817061013, "stop": 817061025 }, { "start": 817061045, "stop": 817061056 }, { "start": 817061112, "stop": 817061119 }, { "start": 817061333, "stop": 817061346 }, { "start": 817117943, "stop": 817118071 }, { "start": 817118091, "stop": 817118167 }, { "start": 817118470, "stop": 817118517 }, { "start": 817119830, "stop": 817119831 }, { "start": 817119950, "stop": 817119955 }, { "start": 817119975, "stop": 817120007 }, { "start": 817123028, "stop": 817123358 }, { "start": 817123378, "stop": 817123544 }, { "start": 817123548, "stop": 817123550 } ] }