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=438
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=439", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=437", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 438, "results": [ { "start": 839754069, "stop": 839763489 }, { "start": 839764323, "stop": 839766183 }, { "start": 839766414, "stop": 839766594 }, { "start": 839777694, "stop": 839779434 }, { "start": 839779760, "stop": 839779940 }, { "start": 839780176, "stop": 839780416 }, { "start": 839781813, "stop": 839782233 }, { "start": 839782401, "stop": 839784681 }, { "start": 839784885, "stop": 839785155 }, { "start": 839785185, "stop": 839785605 }, { "start": 839785786, "stop": 839786386 }, { "start": 839786699, "stop": 839786759 }, { "start": 839786946, "stop": 839787096 }, { "start": 839787489, "stop": 839787789 }, { "start": 839788068, "stop": 839788278 }, { "start": 839788308, "stop": 839789808 }, { "start": 839789954, "stop": 839790074 }, { "start": 839790229, "stop": 839791129 }, { "start": 839791159, "stop": 839791249 }, { "start": 839795295, "stop": 839795355 } ] }