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_CAT3/segments?format=api&page=8803
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8804", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8802", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 8803, "results": [ { "start": 872470060, "stop": 872470070 }, { "start": 872470105, "stop": 872470143 }, { "start": 872470206, "stop": 872470292 }, { "start": 872470317, "stop": 872470546 }, { "start": 872470572, "stop": 872470582 }, { "start": 872470601, "stop": 872470678 }, { "start": 872470697, "stop": 872470896 }, { "start": 872470917, "stop": 872471026 }, { "start": 872471046, "stop": 872471181 }, { "start": 872471200, "stop": 872471873 }, { "start": 872471892, "stop": 872472255 }, { "start": 872472274, "stop": 872472351 }, { "start": 872472370, "stop": 872472425 }, { "start": 872472470, "stop": 872472570 }, { "start": 872472592, "stop": 872472618 }, { "start": 872472637, "stop": 872472708 }, { "start": 872472727, "stop": 872472729 }, { "start": 872472841, "stop": 872472858 }, { "start": 872472891, "stop": 872472918 }, { "start": 872472937, "stop": 872472954 } ] }