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_CBCHIGH_CAT4/segments?format=api&page=8192
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8193", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8191", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8192, "results": [ { "start": 873399583, "stop": 873399621 }, { "start": 873399640, "stop": 873399677 }, { "start": 873399696, "stop": 873399721 }, { "start": 873399741, "stop": 873400031 }, { "start": 873400050, "stop": 873400063 }, { "start": 873400083, "stop": 873400137 }, { "start": 873400156, "stop": 873400159 }, { "start": 873400179, "stop": 873400225 }, { "start": 873400244, "stop": 873400357 }, { "start": 873400376, "stop": 873400694 }, { "start": 873400713, "stop": 873400738 }, { "start": 873400757, "stop": 873400817 }, { "start": 873400840, "stop": 873400885 }, { "start": 873400912, "stop": 873401149 }, { "start": 873401269, "stop": 873401302 }, { "start": 873401321, "stop": 873401427 }, { "start": 873401446, "stop": 873401896 }, { "start": 873401915, "stop": 873402080 }, { "start": 873402099, "stop": 873402154 }, { "start": 873402178, "stop": 873402312 } ] }