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=398
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=399", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=397", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 398, "results": [ { "start": 818419069, "stop": 818419090 }, { "start": 818419094, "stop": 818419096 }, { "start": 818419099, "stop": 818419113 }, { "start": 818419122, "stop": 818419127 }, { "start": 818419130, "stop": 818419131 }, { "start": 818419137, "stop": 818419193 }, { "start": 818419196, "stop": 818419215 }, { "start": 818419218, "stop": 818419244 }, { "start": 818419247, "stop": 818419372 }, { "start": 818419376, "stop": 818419392 }, { "start": 818419395, "stop": 818419436 }, { "start": 818419439, "stop": 818419440 }, { "start": 818419443, "stop": 818419467 }, { "start": 818419470, "stop": 818419549 }, { "start": 818419555, "stop": 818419557 }, { "start": 818419563, "stop": 818419566 }, { "start": 818419569, "stop": 818419572 }, { "start": 818419578, "stop": 818419589 }, { "start": 818419592, "stop": 818419606 }, { "start": 818419609, "stop": 818419615 } ] }