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/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=24
{ "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=25", "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=23", "results_count": 1162, "results_per_page": 20, "num_pages": 59, "page_number": 24, "results": [ { "start": 1404452438, "stop": 1404464331 }, { "start": 1404464665, "stop": 1404468288 }, { "start": 1404471970, "stop": 1404471976 }, { "start": 1404472974, "stop": 1404472986 }, { "start": 1404473634, "stop": 1404477292 }, { "start": 1404477429, "stop": 1404481089 }, { "start": 1404481226, "stop": 1404487683 }, { "start": 1404490884, "stop": 1404490909 }, { "start": 1404498817, "stop": 1404501165 }, { "start": 1404504092, "stop": 1404504224 }, { "start": 1404504546, "stop": 1404505175 }, { "start": 1404507624, "stop": 1404542200 }, { "start": 1404588823, "stop": 1404607489 }, { "start": 1404609345, "stop": 1404623877 }, { "start": 1404637241, "stop": 1404666766 }, { "start": 1404672170, "stop": 1404700447 }, { "start": 1404709754, "stop": 1404716202 }, { "start": 1404716439, "stop": 1404746157 }, { "start": 1404759264, "stop": 1404759390 }, { "start": 1404759396, "stop": 1404759610 } ] }