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=14728
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14729", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14727", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14728, "results": [ { "start": 971177371, "stop": 971177384 }, { "start": 971177386, "stop": 971177389 }, { "start": 971177391, "stop": 971177403 }, { "start": 971177404, "stop": 971177410 }, { "start": 971177411, "stop": 971177432 }, { "start": 971177438, "stop": 971177439 }, { "start": 971177444, "stop": 971177445 }, { "start": 971177447, "stop": 971177458 }, { "start": 971177463, "stop": 971177464 }, { "start": 971177469, "stop": 971177474 }, { "start": 971177475, "stop": 971177477 }, { "start": 971177479, "stop": 971177480 }, { "start": 971177481, "stop": 971177489 }, { "start": 971177492, "stop": 971177493 }, { "start": 971177494, "stop": 971177495 }, { "start": 971177496, "stop": 971177500 }, { "start": 971177501, "stop": 971177517 }, { "start": 971177518, "stop": 971177522 }, { "start": 971177523, "stop": 971177532 }, { "start": 971177534, "stop": 971177535 } ] }