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=153
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=154", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=152", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 153, "results": [ { "start": 932817335, "stop": 932817356 }, { "start": 932817361, "stop": 932817369 }, { "start": 932817387, "stop": 932817399 }, { "start": 932817426, "stop": 932817503 }, { "start": 932817508, "stop": 932817564 }, { "start": 932817591, "stop": 932817612 }, { "start": 932817617, "stop": 932817694 }, { "start": 932817716, "stop": 932817718 }, { "start": 932817723, "stop": 932817748 }, { "start": 932817753, "stop": 932817803 }, { "start": 932817839, "stop": 932818060 }, { "start": 932818065, "stop": 932818103 }, { "start": 932818108, "stop": 932818184 }, { "start": 932818189, "stop": 932818297 }, { "start": 932818299, "stop": 932818527 }, { "start": 932818529, "stop": 932818636 }, { "start": 932818641, "stop": 932818724 }, { "start": 932818975, "stop": 932819030 }, { "start": 932819035, "stop": 932819054 }, { "start": 932819092, "stop": 932819149 } ] }