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=425
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=426", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=424", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 425, "results": [ { "start": 838841486, "stop": 838844066 }, { "start": 838845425, "stop": 838845785 }, { "start": 838845931, "stop": 838846291 }, { "start": 838846430, "stop": 838846970 }, { "start": 838848244, "stop": 838850074 }, { "start": 838850240, "stop": 838850780 }, { "start": 838853266, "stop": 838854166 }, { "start": 838859806, "stop": 838863466 }, { "start": 838863635, "stop": 838863935 }, { "start": 838864075, "stop": 838864795 }, { "start": 838865240, "stop": 838865390 }, { "start": 838865957, "stop": 838866017 }, { "start": 838866339, "stop": 838866579 }, { "start": 838866639, "stop": 838866699 }, { "start": 838866729, "stop": 838866879 }, { "start": 838868743, "stop": 838869283 }, { "start": 838870663, "stop": 838874803 }, { "start": 838875021, "stop": 838876461 }, { "start": 838876521, "stop": 838881201 }, { "start": 838881426, "stop": 838881666 } ] }