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=14821
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14822", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14820", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14821, "results": [ { "start": 971258623, "stop": 971258633 }, { "start": 971258636, "stop": 971258639 }, { "start": 971258641, "stop": 971258643 }, { "start": 971258644, "stop": 971258645 }, { "start": 971258648, "stop": 971258649 }, { "start": 971258651, "stop": 971258660 }, { "start": 971258661, "stop": 971258667 }, { "start": 971258668, "stop": 971258675 }, { "start": 971258676, "stop": 971258686 }, { "start": 971258688, "stop": 971258711 }, { "start": 971258713, "stop": 971258720 }, { "start": 971258721, "stop": 971258732 }, { "start": 971258734, "stop": 971258738 }, { "start": 971258741, "stop": 971258743 }, { "start": 971258744, "stop": 971258747 }, { "start": 971258752, "stop": 971258767 }, { "start": 971258768, "stop": 971258770 }, { "start": 971258772, "stop": 971258773 }, { "start": 971258774, "stop": 971258775 }, { "start": 971258779, "stop": 971258780 } ] }