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=14671
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14672", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14670", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14671, "results": [ { "start": 971168448, "stop": 971168452 }, { "start": 971168454, "stop": 971168457 }, { "start": 971168458, "stop": 971168459 }, { "start": 971168466, "stop": 971168467 }, { "start": 971168468, "stop": 971168472 }, { "start": 971168474, "stop": 971168480 }, { "start": 971168481, "stop": 971168483 }, { "start": 971168484, "stop": 971168487 }, { "start": 971168489, "stop": 971168492 }, { "start": 971168495, "stop": 971168499 }, { "start": 971168501, "stop": 971168505 }, { "start": 971168508, "stop": 971168510 }, { "start": 971168511, "stop": 971168512 }, { "start": 971168516, "stop": 971168518 }, { "start": 971168519, "stop": 971168525 }, { "start": 971168527, "stop": 971168533 }, { "start": 971168536, "stop": 971168537 }, { "start": 971168538, "stop": 971168540 }, { "start": 971168541, "stop": 971168542 }, { "start": 971168548, "stop": 971168553 } ] }