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=271
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=272", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=270", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 271, "results": [ { "start": 830118910, "stop": 830119330 }, { "start": 830119489, "stop": 830119789 }, { "start": 830120096, "stop": 830120156 }, { "start": 830120402, "stop": 830120582 }, { "start": 830121501, "stop": 830121741 }, { "start": 830123186, "stop": 830123246 }, { "start": 830125530, "stop": 830127270 }, { "start": 830127526, "stop": 830128006 }, { "start": 830128255, "stop": 830128975 }, { "start": 830129837, "stop": 830129897 }, { "start": 830130283, "stop": 830130343 }, { "start": 830131260, "stop": 830131440 }, { "start": 830131602, "stop": 830131722 }, { "start": 830131904, "stop": 830135024 }, { "start": 830135572, "stop": 830135692 }, { "start": 830136287, "stop": 830136707 }, { "start": 830136919, "stop": 830137339 }, { "start": 830139157, "stop": 830139277 }, { "start": 830140584, "stop": 830140644 }, { "start": 830146223, "stop": 830147183 } ] }