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_CAT2/segments?format=api&page=1218
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1219", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1217", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1218, "results": [ { "start": 955987056, "stop": 955987593 }, { "start": 955988698, "stop": 955997765 }, { "start": 955997767, "stop": 955999636 }, { "start": 955999638, "stop": 956000055 }, { "start": 956001729, "stop": 956003020 }, { "start": 956003022, "stop": 956003825 }, { "start": 956003827, "stop": 956005953 }, { "start": 956005955, "stop": 956006072 }, { "start": 956006612, "stop": 956017753 }, { "start": 956017754, "stop": 956018132 }, { "start": 956018134, "stop": 956018475 }, { "start": 956018477, "stop": 956019755 }, { "start": 956019757, "stop": 956019972 }, { "start": 956019973, "stop": 956021624 }, { "start": 956021627, "stop": 956022061 }, { "start": 956022063, "stop": 956022266 }, { "start": 956022267, "stop": 956022463 }, { "start": 956022465, "stop": 956025025 }, { "start": 956025027, "stop": 956027485 }, { "start": 956027486, "stop": 956027524 } ] }