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_CAT2/segments?format=api&page=3969
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3970", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3968", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3969, "results": [ { "start": 874443258, "stop": 874443314 }, { "start": 874450684, "stop": 874450687 }, { "start": 874450693, "stop": 874450698 }, { "start": 874450699, "stop": 874450701 }, { "start": 874450710, "stop": 874450712 }, { "start": 874450714, "stop": 874450715 }, { "start": 874450718, "stop": 874450719 }, { "start": 874450720, "stop": 874450723 }, { "start": 874450724, "stop": 874450725 }, { "start": 874450729, "stop": 874450730 }, { "start": 874450734, "stop": 874450738 }, { "start": 874450741, "stop": 874450742 }, { "start": 874450751, "stop": 874450753 }, { "start": 874450756, "stop": 874450757 }, { "start": 874450760, "stop": 874450763 }, { "start": 874450766, "stop": 874450768 }, { "start": 874450770, "stop": 874450774 }, { "start": 874450780, "stop": 874450782 }, { "start": 874450785, "stop": 874450787 }, { "start": 874450794, "stop": 874450795 } ] }