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_CAT4/segments?format=api&page=317
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=318", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=316", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 317, "results": [ { "start": 931857018, "stop": 931857024 }, { "start": 931857028, "stop": 931857035 }, { "start": 931857037, "stop": 931857039 }, { "start": 931857040, "stop": 931857044 }, { "start": 931857046, "stop": 931857047 }, { "start": 931857054, "stop": 931857087 }, { "start": 931857089, "stop": 931857090 }, { "start": 931857092, "stop": 931857096 }, { "start": 931857098, "stop": 931857106 }, { "start": 931857109, "stop": 931857133 }, { "start": 931857135, "stop": 931857151 }, { "start": 931857153, "stop": 931857157 }, { "start": 931857159, "stop": 931857164 }, { "start": 931857166, "stop": 931857188 }, { "start": 931857190, "stop": 931857192 }, { "start": 931857194, "stop": 931857220 }, { "start": 931857225, "stop": 931857228 }, { "start": 931857230, "stop": 931857273 }, { "start": 931857275, "stop": 931857339 }, { "start": 931857341, "stop": 931857349 } ] }