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=137
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=138", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=136", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 137, "results": [ { "start": 932728144, "stop": 932728156 }, { "start": 932728205, "stop": 932728207 }, { "start": 932728226, "stop": 932728228 }, { "start": 932728250, "stop": 932728255 }, { "start": 932728310, "stop": 932728431 }, { "start": 932728451, "stop": 932728467 }, { "start": 932728486, "stop": 932728805 }, { "start": 932728824, "stop": 932728888 }, { "start": 932728894, "stop": 932729114 }, { "start": 932729138, "stop": 932729193 }, { "start": 932729212, "stop": 932729389 }, { "start": 932729408, "stop": 932729434 }, { "start": 932729453, "stop": 932729558 }, { "start": 932729588, "stop": 932729610 }, { "start": 932729629, "stop": 932729640 }, { "start": 932729659, "stop": 932729672 }, { "start": 932729691, "stop": 932729718 }, { "start": 932729723, "stop": 932729795 }, { "start": 932729827, "stop": 932729853 }, { "start": 932729858, "stop": 932729946 } ] }