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=276
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=277", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=275", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 276, "results": [ { "start": 818233404, "stop": 818233406 }, { "start": 818233409, "stop": 818233419 }, { "start": 818233422, "stop": 818233425 }, { "start": 818233428, "stop": 818233430 }, { "start": 818233435, "stop": 818233436 }, { "start": 818233439, "stop": 818233440 }, { "start": 818233443, "stop": 818233447 }, { "start": 818233451, "stop": 818233453 }, { "start": 818233467, "stop": 818233470 }, { "start": 818233483, "stop": 818233485 }, { "start": 818233489, "stop": 818233492 }, { "start": 818233499, "stop": 818233501 }, { "start": 818233504, "stop": 818233506 }, { "start": 818233523, "stop": 818233529 }, { "start": 818233538, "stop": 818233546 }, { "start": 818233550, "stop": 818233552 }, { "start": 818233558, "stop": 818233563 }, { "start": 818233584, "stop": 818233585 }, { "start": 818233607, "stop": 818233608 }, { "start": 818233662, "stop": 818233665 } ] }