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/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=414
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=415", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=413", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 414, "results": [ { "start": 818727310, "stop": 818727318 }, { "start": 818727333, "stop": 818727339 }, { "start": 818727355, "stop": 818727361 }, { "start": 818727390, "stop": 818727391 }, { "start": 818727395, "stop": 818727406 }, { "start": 818727413, "stop": 818727419 }, { "start": 818727437, "stop": 818727441 }, { "start": 818727448, "stop": 818727452 }, { "start": 818727455, "stop": 818727459 }, { "start": 818727462, "stop": 818727463 }, { "start": 818727480, "stop": 818727484 }, { "start": 818727487, "stop": 818727488 }, { "start": 818727493, "stop": 818727502 }, { "start": 818727505, "stop": 818727511 }, { "start": 818727520, "stop": 818727529 }, { "start": 818727533, "stop": 818727539 }, { "start": 818727542, "stop": 818727566 }, { "start": 818727571, "stop": 818727578 }, { "start": 818727601, "stop": 818727607 }, { "start": 818727610, "stop": 818727611 } ] }