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=14749
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14750", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14748", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14749, "results": [ { "start": 971179854, "stop": 971179869 }, { "start": 971179872, "stop": 971179874 }, { "start": 971179879, "stop": 971179880 }, { "start": 971179881, "stop": 971179883 }, { "start": 971179885, "stop": 971179889 }, { "start": 971179890, "stop": 971179894 }, { "start": 971179896, "stop": 971179898 }, { "start": 971179902, "stop": 971179905 }, { "start": 971179907, "stop": 971179916 }, { "start": 971179923, "stop": 971179926 }, { "start": 971179927, "stop": 971179928 }, { "start": 971179929, "stop": 971179930 }, { "start": 971179932, "stop": 971179936 }, { "start": 971179938, "stop": 971179940 }, { "start": 971179947, "stop": 971179950 }, { "start": 971179952, "stop": 971179954 }, { "start": 971179961, "stop": 971179962 }, { "start": 971179966, "stop": 971179967 }, { "start": 971179972, "stop": 971179974 }, { "start": 971179979, "stop": 971179982 } ] }