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=398
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=399", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=397", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 398, "results": [ { "start": 837393977, "stop": 837394337 }, { "start": 837394472, "stop": 837394802 }, { "start": 837394832, "stop": 837395492 }, { "start": 837395650, "stop": 837396610 }, { "start": 837396760, "stop": 837397960 }, { "start": 837398118, "stop": 837398298 }, { "start": 837398620, "stop": 837399220 }, { "start": 837399410, "stop": 837399710 }, { "start": 837400007, "stop": 837400547 }, { "start": 837400856, "stop": 837400916 }, { "start": 837406562, "stop": 837407102 }, { "start": 837407162, "stop": 837407762 }, { "start": 837407906, "stop": 837408866 }, { "start": 837409064, "stop": 837409154 }, { "start": 837409244, "stop": 837409904 }, { "start": 837410041, "stop": 837411811 }, { "start": 837411901, "stop": 837412501 }, { "start": 837412638, "stop": 837413418 }, { "start": 837413601, "stop": 837413661 }, { "start": 837413691, "stop": 837413811 } ] }