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_CAT4/segments?format=api&page=15955
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15956", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15954", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15955, "results": [ { "start": 971410850, "stop": 971410874 }, { "start": 971410876, "stop": 971410880 }, { "start": 971410881, "stop": 971410884 }, { "start": 971410885, "stop": 971410897 }, { "start": 971410899, "stop": 971410901 }, { "start": 971410904, "stop": 971410905 }, { "start": 971410906, "stop": 971410908 }, { "start": 971410909, "stop": 971410921 }, { "start": 971410924, "stop": 971410927 }, { "start": 971410929, "stop": 971410940 }, { "start": 971410941, "stop": 971410946 }, { "start": 971410948, "stop": 971410950 }, { "start": 971410952, "stop": 971410953 }, { "start": 971410954, "stop": 971410962 }, { "start": 971410963, "stop": 971410964 }, { "start": 971410965, "stop": 971410980 }, { "start": 971410981, "stop": 971410987 }, { "start": 971410989, "stop": 971410998 }, { "start": 971410999, "stop": 971411001 }, { "start": 971411004, "stop": 971411006 } ] }