Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6274
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6273",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6274,
    "results": [
        {
            "start": 875057336,
            "stop": 875061244
        },
        {
            "start": 875061320,
            "stop": 875062744
        },
        {
            "start": 875062747,
            "stop": 875062998
        },
        {
            "start": 875063001,
            "stop": 875063894
        },
        {
            "start": 875063896,
            "stop": 875064419
        },
        {
            "start": 875064421,
            "stop": 875064633
        },
        {
            "start": 875064637,
            "stop": 875064660
        },
        {
            "start": 875064663,
            "stop": 875064680
        },
        {
            "start": 875064683,
            "stop": 875064733
        },
        {
            "start": 875064736,
            "stop": 875064761
        },
        {
            "start": 875064764,
            "stop": 875064771
        },
        {
            "start": 875064774,
            "stop": 875064894
        },
        {
            "start": 875064897,
            "stop": 875064977
        },
        {
            "start": 875064978,
            "stop": 875068236
        },
        {
            "start": 875068239,
            "stop": 875069716
        },
        {
            "start": 875069718,
            "stop": 875070132
        },
        {
            "start": 875070134,
            "stop": 875070486
        },
        {
            "start": 875070487,
            "stop": 875071406
        },
        {
            "start": 875071409,
            "stop": 875071695
        },
        {
            "start": 875071696,
            "stop": 875071843
        }
    ]
}