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_CW_CAT1/segments?format=api&page=285
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=286", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=284", "results_count": 7594, "results_per_page": 20, "num_pages": 380, "page_number": 285, "results": [ { "start": 855353369, "stop": 855375621 }, { "start": 855377739, "stop": 855380648 }, { "start": 855380833, "stop": 855382225 }, { "start": 855383304, "stop": 855387141 }, { "start": 855387560, "stop": 855393561 }, { "start": 855393890, "stop": 855396679 }, { "start": 855398668, "stop": 855414402 }, { "start": 855415482, "stop": 855415932 }, { "start": 855416080, "stop": 855419558 }, { "start": 855443529, "stop": 855443535 }, { "start": 855444462, "stop": 855446693 }, { "start": 855452292, "stop": 855460459 }, { "start": 855460716, "stop": 855475217 }, { "start": 855476118, "stop": 855497293 }, { "start": 855554639, "stop": 855558644 }, { "start": 855559428, "stop": 855560836 }, { "start": 855561036, "stop": 855581575 }, { "start": 855621102, "stop": 855623653 }, { "start": 855624342, "stop": 855627868 }, { "start": 855627965, "stop": 855648513 } ] }