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/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=179
{ "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=180", "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=178", "results_count": 7130, "results_per_page": 20, "num_pages": 357, "page_number": 179, "results": [ { "start": 1240054629, "stop": 1240054748 }, { "start": 1240054749, "stop": 1240054868 }, { "start": 1240054869, "stop": 1240054988 }, { "start": 1240054989, "stop": 1240055108 }, { "start": 1240055109, "stop": 1240055228 }, { "start": 1240055229, "stop": 1240055348 }, { "start": 1240055349, "stop": 1240055468 }, { "start": 1240055469, "stop": 1240055588 }, { "start": 1240055589, "stop": 1240055708 }, { "start": 1240055709, "stop": 1240055828 }, { "start": 1240055829, "stop": 1240055948 }, { "start": 1240055949, "stop": 1240056068 }, { "start": 1240056069, "stop": 1240056188 }, { "start": 1240056189, "stop": 1240056308 }, { "start": 1240056309, "stop": 1240056428 }, { "start": 1240056429, "stop": 1240056548 }, { "start": 1240056549, "stop": 1240056668 }, { "start": 1240056669, "stop": 1240056788 }, { "start": 1240056789, "stop": 1240056908 }, { "start": 1240056909, "stop": 1240057027 } ] }