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=856
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=857", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=855", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 856, "results": [ { "start": 864933135, "stop": 864933675 }, { "start": 864933835, "stop": 864934495 }, { "start": 864934725, "stop": 864936915 }, { "start": 864937101, "stop": 864939501 }, { "start": 864939659, "stop": 864940319 }, { "start": 864940490, "stop": 864945410 }, { "start": 864945560, "stop": 864947090 }, { "start": 864947640, "stop": 864948420 }, { "start": 864948574, "stop": 864950134 }, { "start": 864950277, "stop": 864950517 }, { "start": 864950683, "stop": 864956983 }, { "start": 864957133, "stop": 864958123 }, { "start": 864958273, "stop": 864962983 }, { "start": 864969971, "stop": 864970451 }, { "start": 864970595, "stop": 864972635 }, { "start": 864972833, "stop": 864972953 }, { "start": 864974843, "stop": 864977903 }, { "start": 864978053, "stop": 864984563 }, { "start": 864984788, "stop": 864991808 }, { "start": 864996275, "stop": 864997895 } ] }