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=103
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=104", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=102", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 103, "results": [ { "start": 816929429, "stop": 816929516 }, { "start": 816929538, "stop": 816929570 }, { "start": 816929606, "stop": 816929614 }, { "start": 816929634, "stop": 816929768 }, { "start": 816929813, "stop": 816929884 }, { "start": 816929916, "stop": 816929918 }, { "start": 816929940, "stop": 816930001 }, { "start": 816930037, "stop": 816930049 }, { "start": 816930069, "stop": 816930076 }, { "start": 816930109, "stop": 816930289 }, { "start": 816930310, "stop": 816930451 }, { "start": 816930498, "stop": 816930513 }, { "start": 816930575, "stop": 816930591 }, { "start": 816930625, "stop": 816930627 }, { "start": 816930801, "stop": 816930824 }, { "start": 816930844, "stop": 816930860 }, { "start": 816930911, "stop": 816930917 }, { "start": 816930937, "stop": 816930984 }, { "start": 816931025, "stop": 816931039 }, { "start": 816931067, "stop": 816931123 } ] }