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=14624
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14625", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14623", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14624, "results": [ { "start": 971163412, "stop": 971163413 }, { "start": 971163415, "stop": 971163417 }, { "start": 971163419, "stop": 971163420 }, { "start": 971163423, "stop": 971163427 }, { "start": 971163435, "stop": 971163437 }, { "start": 971163443, "stop": 971163444 }, { "start": 971163446, "stop": 971163451 }, { "start": 971163453, "stop": 971163457 }, { "start": 971163458, "stop": 971163462 }, { "start": 971163465, "stop": 971163467 }, { "start": 971163469, "stop": 971163470 }, { "start": 971163471, "stop": 971163474 }, { "start": 971163476, "stop": 971163477 }, { "start": 971163479, "stop": 971163481 }, { "start": 971163482, "stop": 971163486 }, { "start": 971163487, "stop": 971163490 }, { "start": 971163492, "stop": 971163494 }, { "start": 971163496, "stop": 971163497 }, { "start": 971163511, "stop": 971163514 }, { "start": 971163517, "stop": 971163519 } ] }