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_STOCH_CAT2_H1L1/segments?format=api&page=58
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=59", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=57", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 58, "results": [ { "start": 819314299, "stop": 819314539 }, { "start": 819314687, "stop": 819314807 }, { "start": 819315283, "stop": 819315523 }, { "start": 819316328, "stop": 819316388 }, { "start": 819323338, "stop": 819323698 }, { "start": 819324487, "stop": 819324607 }, { "start": 819324937, "stop": 819325057 }, { "start": 819327144, "stop": 819327684 }, { "start": 819327823, "stop": 819328363 }, { "start": 819328646, "stop": 819329096 }, { "start": 819329496, "stop": 819329616 }, { "start": 819329772, "stop": 819330972 }, { "start": 819331275, "stop": 819331695 }, { "start": 819331838, "stop": 819332258 }, { "start": 819332399, "stop": 819332999 }, { "start": 819333168, "stop": 819334728 }, { "start": 819334895, "stop": 819335345 }, { "start": 819335495, "stop": 819335675 }, { "start": 819336248, "stop": 819336428 }, { "start": 819336757, "stop": 819337297 } ] }