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=433
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=434", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=432", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 433, "results": [ { "start": 839340568, "stop": 839341948 }, { "start": 839355592, "stop": 839356072 }, { "start": 839356252, "stop": 839356372 }, { "start": 839356536, "stop": 839361696 }, { "start": 839363930, "stop": 839366030 }, { "start": 839366412, "stop": 839366502 }, { "start": 839366739, "stop": 839366979 }, { "start": 839367240, "stop": 839367300 }, { "start": 839373947, "stop": 839375237 }, { "start": 839375391, "stop": 839380041 }, { "start": 839380131, "stop": 839380911 }, { "start": 839381130, "stop": 839385030 }, { "start": 839385198, "stop": 839388378 }, { "start": 839388523, "stop": 839389123 }, { "start": 839389334, "stop": 839398454 }, { "start": 839398600, "stop": 839401060 }, { "start": 839407225, "stop": 839409205 }, { "start": 839409409, "stop": 839415289 }, { "start": 839415591, "stop": 839416341 }, { "start": 839416491, "stop": 839419071 } ] }