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=681
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=682", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=680", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 681, "results": [ { "start": 854678052, "stop": 854678352 }, { "start": 854678382, "stop": 854678622 }, { "start": 854678652, "stop": 854678952 }, { "start": 854678982, "stop": 854679222 }, { "start": 854679372, "stop": 854679702 }, { "start": 854679822, "stop": 854680302 }, { "start": 854680452, "stop": 854680512 }, { "start": 854680542, "stop": 854680842 }, { "start": 854698862, "stop": 854698922 }, { "start": 854699153, "stop": 854699423 }, { "start": 854699453, "stop": 854703083 }, { "start": 854703233, "stop": 854704553 }, { "start": 854704905, "stop": 854705205 }, { "start": 854707300, "stop": 854707540 }, { "start": 854708544, "stop": 854708994 }, { "start": 854709166, "stop": 854710096 }, { "start": 854710126, "stop": 854710906 }, { "start": 854711047, "stop": 854713147 }, { "start": 854713430, "stop": 854714330 }, { "start": 854714487, "stop": 854719227 } ] }