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=641
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=642", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=640", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 641, "results": [ { "start": 851716737, "stop": 851727777 }, { "start": 851727927, "stop": 851729097 }, { "start": 851729247, "stop": 851729397 }, { "start": 851730468, "stop": 851732748 }, { "start": 851732906, "stop": 851735606 }, { "start": 851735802, "stop": 851737092 }, { "start": 851737242, "stop": 851737782 }, { "start": 851737902, "stop": 851747622 }, { "start": 851747836, "stop": 851755036 }, { "start": 851755188, "stop": 851759268 }, { "start": 851759415, "stop": 851759475 }, { "start": 851760034, "stop": 851761594 }, { "start": 851761905, "stop": 851766765 }, { "start": 851768561, "stop": 851770841 }, { "start": 851772702, "stop": 851773722 }, { "start": 851773986, "stop": 851778246 }, { "start": 851782389, "stop": 851783409 }, { "start": 851784307, "stop": 851784487 }, { "start": 851806048, "stop": 851806528 }, { "start": 851806737, "stop": 851809107 } ] }