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/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=360
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=361",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=359",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 360,
    "results": [
        {
            "start": 1260850456,
            "stop": 1260852313
        },
        {
            "start": 1260852321,
            "stop": 1260852474
        },
        {
            "start": 1260852477,
            "stop": 1260853148
        },
        {
            "start": 1260853151,
            "stop": 1260853640
        },
        {
            "start": 1260853643,
            "stop": 1260855332
        },
        {
            "start": 1260855335,
            "stop": 1260857512
        },
        {
            "start": 1260857515,
            "stop": 1260857938
        },
        {
            "start": 1260857939,
            "stop": 1260859311
        },
        {
            "start": 1260859314,
            "stop": 1260859322
        },
        {
            "start": 1260859325,
            "stop": 1260859328
        },
        {
            "start": 1260859329,
            "stop": 1260859331
        },
        {
            "start": 1260859334,
            "stop": 1260859339
        },
        {
            "start": 1260867223,
            "stop": 1260867356
        },
        {
            "start": 1260867359,
            "stop": 1260867412
        },
        {
            "start": 1260867415,
            "stop": 1260867962
        },
        {
            "start": 1260867965,
            "stop": 1260868141
        },
        {
            "start": 1260868144,
            "stop": 1260868549
        },
        {
            "start": 1260868552,
            "stop": 1260869549
        },
        {
            "start": 1260869552,
            "stop": 1260869671
        },
        {
            "start": 1260869674,
            "stop": 1260870830
        }
    ]
}