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=152
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=153", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=151", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 152, "results": [ { "start": 822966068, "stop": 822966428 }, { "start": 822969162, "stop": 822969222 }, { "start": 822969366, "stop": 822969726 }, { "start": 822969877, "stop": 822969937 }, { "start": 822970122, "stop": 822970272 }, { "start": 822970302, "stop": 822970362 }, { "start": 822970632, "stop": 822970722 }, { "start": 822970752, "stop": 822970812 }, { "start": 822970902, "stop": 822971412 }, { "start": 822971838, "stop": 822972018 }, { "start": 822972173, "stop": 822972413 }, { "start": 822972981, "stop": 822973281 }, { "start": 822974186, "stop": 822974426 }, { "start": 822974566, "stop": 822974866 }, { "start": 822975024, "stop": 822976044 }, { "start": 822976197, "stop": 822976797 }, { "start": 822977011, "stop": 822977491 }, { "start": 822977660, "stop": 822978080 }, { "start": 822978912, "stop": 822978972 }, { "start": 822987089, "stop": 822987149 } ] }