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/H1_CW_CAT1/segments?format=api&page=81
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=82", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=80", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 81, "results": [ { "start": 823243120, "stop": 823243901 }, { "start": 823248158, "stop": 823261712 }, { "start": 823261776, "stop": 823273960 }, { "start": 823274402, "stop": 823277662 }, { "start": 823279064, "stop": 823280223 }, { "start": 823281109, "stop": 823282943 }, { "start": 823328161, "stop": 823336842 }, { "start": 823339195, "stop": 823355548 }, { "start": 823356287, "stop": 823361284 }, { "start": 823410891, "stop": 823423453 }, { "start": 823426108, "stop": 823449969 }, { "start": 823450225, "stop": 823450810 }, { "start": 823517554, "stop": 823531522 }, { "start": 823601121, "stop": 823613833 }, { "start": 823613884, "stop": 823613886 }, { "start": 823613990, "stop": 823615153 }, { "start": 823615186, "stop": 823615188 }, { "start": 823616642, "stop": 823617734 }, { "start": 823698641, "stop": 823711817 }, { "start": 823768727, "stop": 823802953 } ] }