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_H2L1/segments?format=api&page=165
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=166", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=164", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 165, "results": [ { "start": 824207756, "stop": 824207906 }, { "start": 824208274, "stop": 824208814 }, { "start": 824209183, "stop": 824209243 }, { "start": 824209415, "stop": 824209535 }, { "start": 824209685, "stop": 824209895 }, { "start": 824209985, "stop": 824210495 }, { "start": 824210651, "stop": 824211191 }, { "start": 824211611, "stop": 824211851 }, { "start": 824213492, "stop": 824213702 }, { "start": 824213732, "stop": 824214302 }, { "start": 824216421, "stop": 824216781 }, { "start": 824217098, "stop": 824217338 }, { "start": 824218484, "stop": 824219144 }, { "start": 824219326, "stop": 824219446 }, { "start": 824220059, "stop": 824220119 }, { "start": 824221415, "stop": 824221535 }, { "start": 824221869, "stop": 824223069 }, { "start": 824223230, "stop": 824223830 }, { "start": 824367785, "stop": 824367845 }, { "start": 824372103, "stop": 824372163 } ] }