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/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14766
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14767", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14765", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14766, "results": [ { "start": 971181675, "stop": 971181676 }, { "start": 971181677, "stop": 971181679 }, { "start": 971181682, "stop": 971181685 }, { "start": 971181687, "stop": 971181688 }, { "start": 971181689, "stop": 971181694 }, { "start": 971181696, "stop": 971181697 }, { "start": 971181703, "stop": 971181705 }, { "start": 971181707, "stop": 971181711 }, { "start": 971181716, "stop": 971181719 }, { "start": 971181720, "stop": 971181722 }, { "start": 971181723, "stop": 971181727 }, { "start": 971181740, "stop": 971181741 }, { "start": 971181747, "stop": 971181748 }, { "start": 971181749, "stop": 971181751 }, { "start": 971181762, "stop": 971181763 }, { "start": 971181764, "stop": 971181767 }, { "start": 971181768, "stop": 971181777 }, { "start": 971181779, "stop": 971181780 }, { "start": 971181798, "stop": 971181799 }, { "start": 971181803, "stop": 971181806 } ] }