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=291
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=292", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=290", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 291, "results": [ { "start": 831739433, "stop": 831739733 }, { "start": 831739892, "stop": 831740312 }, { "start": 831743690, "stop": 831743870 }, { "start": 831749527, "stop": 831749587 }, { "start": 831752009, "stop": 831752129 }, { "start": 831755928, "stop": 831755988 }, { "start": 831756566, "stop": 831756686 }, { "start": 831758268, "stop": 831758328 }, { "start": 831758614, "stop": 831758674 }, { "start": 831759075, "stop": 831759195 }, { "start": 831759661, "stop": 831759781 }, { "start": 831768286, "stop": 831768406 }, { "start": 831773519, "stop": 831776819 }, { "start": 831778182, "stop": 831778962 }, { "start": 831779937, "stop": 831780057 }, { "start": 831780425, "stop": 831783545 }, { "start": 831783684, "stop": 831785604 }, { "start": 831785757, "stop": 831788097 }, { "start": 831788447, "stop": 831790727 }, { "start": 831793314, "stop": 831797394 } ] }