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=14662
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14663", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14661", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14662, "results": [ { "start": 971167497, "stop": 971167500 }, { "start": 971167501, "stop": 971167502 }, { "start": 971167504, "stop": 971167508 }, { "start": 971167511, "stop": 971167517 }, { "start": 971167519, "stop": 971167524 }, { "start": 971167526, "stop": 971167527 }, { "start": 971167528, "stop": 971167530 }, { "start": 971167531, "stop": 971167537 }, { "start": 971167539, "stop": 971167543 }, { "start": 971167544, "stop": 971167550 }, { "start": 971167555, "stop": 971167556 }, { "start": 971167559, "stop": 971167563 }, { "start": 971167564, "stop": 971167566 }, { "start": 971167568, "stop": 971167574 }, { "start": 971167576, "stop": 971167577 }, { "start": 971167578, "stop": 971167581 }, { "start": 971167583, "stop": 971167585 }, { "start": 971167586, "stop": 971167588 }, { "start": 971167591, "stop": 971167595 }, { "start": 971167596, "stop": 971167600 } ] }