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=198
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=199", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=197", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 198, "results": [ { "start": 933050148, "stop": 933050183 }, { "start": 933050188, "stop": 933050193 }, { "start": 933050213, "stop": 933050284 }, { "start": 933050305, "stop": 933050386 }, { "start": 933050517, "stop": 933050546 }, { "start": 933050603, "stop": 933050625 }, { "start": 933050644, "stop": 933050653 }, { "start": 933050672, "stop": 933050699 }, { "start": 933050721, "stop": 933050722 }, { "start": 933050758, "stop": 933050766 }, { "start": 933050784, "stop": 933050819 }, { "start": 933050858, "stop": 933050889 }, { "start": 933050908, "stop": 933050941 }, { "start": 933051136, "stop": 933051137 }, { "start": 933051183, "stop": 933051190 }, { "start": 933051209, "stop": 933051300 }, { "start": 933051305, "stop": 933051441 }, { "start": 933051465, "stop": 933051466 }, { "start": 933051516, "stop": 933051520 }, { "start": 933051584, "stop": 933051609 } ] }