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=733
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=734", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=732", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 733, "results": [ { "start": 857682684, "stop": 857684364 }, { "start": 857685362, "stop": 857686082 }, { "start": 857689594, "stop": 857695354 }, { "start": 857696728, "stop": 857697508 }, { "start": 857697661, "stop": 857704861 }, { "start": 857705011, "stop": 857706481 }, { "start": 857709020, "stop": 857709950 }, { "start": 857710100, "stop": 857713820 }, { "start": 857714020, "stop": 857715400 }, { "start": 857718569, "stop": 857725379 }, { "start": 857725439, "stop": 857725619 }, { "start": 857725649, "stop": 857731289 }, { "start": 857731467, "stop": 857731887 }, { "start": 857732066, "stop": 857732126 }, { "start": 857733444, "stop": 857735124 }, { "start": 857737294, "stop": 857738194 }, { "start": 857738380, "stop": 857738920 }, { "start": 857741094, "stop": 857742654 }, { "start": 857742857, "stop": 857742917 }, { "start": 857743683, "stop": 857746683 } ] }