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=871
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=872", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=870", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 871, "results": [ { "start": 865792381, "stop": 865793341 }, { "start": 865793739, "stop": 865794759 }, { "start": 865794920, "stop": 865795220 }, { "start": 865797158, "stop": 865797218 }, { "start": 865797367, "stop": 865798327 }, { "start": 865812605, "stop": 865812935 }, { "start": 865813081, "stop": 865816801 }, { "start": 865817031, "stop": 865817571 }, { "start": 865818034, "stop": 865824094 }, { "start": 865826907, "stop": 865828647 }, { "start": 865830536, "stop": 865837256 }, { "start": 865838070, "stop": 865847670 }, { "start": 865847818, "stop": 865853638 }, { "start": 865855281, "stop": 865855431 }, { "start": 865855581, "stop": 865859721 }, { "start": 865860690, "stop": 865862910 }, { "start": 865863145, "stop": 865863625 }, { "start": 865867502, "stop": 865867772 }, { "start": 865867922, "stop": 865868042 }, { "start": 865868175, "stop": 865869555 } ] }