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=14690
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14691", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14689", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14690, "results": [ { "start": 971170406, "stop": 971170408 }, { "start": 971170409, "stop": 971170417 }, { "start": 971170419, "stop": 971170423 }, { "start": 971170428, "stop": 971170432 }, { "start": 971170434, "stop": 971170439 }, { "start": 971170441, "stop": 971170447 }, { "start": 971170449, "stop": 971170451 }, { "start": 971170458, "stop": 971170460 }, { "start": 971170464, "stop": 971170465 }, { "start": 971170466, "stop": 971170467 }, { "start": 971170468, "stop": 971170472 }, { "start": 971170473, "stop": 971170476 }, { "start": 971170481, "stop": 971170482 }, { "start": 971170486, "stop": 971170487 }, { "start": 971170489, "stop": 971170491 }, { "start": 971170492, "stop": 971170493 }, { "start": 971170496, "stop": 971170498 }, { "start": 971170499, "stop": 971170500 }, { "start": 971170501, "stop": 971170502 }, { "start": 971170506, "stop": 971170508 } ] }