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=6086
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=6087",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6085",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6086,
    "results": [
        {
            "start": 873942910,
            "stop": 873943117
        },
        {
            "start": 873943123,
            "stop": 873943164
        },
        {
            "start": 873943167,
            "stop": 873943174
        },
        {
            "start": 873943177,
            "stop": 873943865
        },
        {
            "start": 873943868,
            "stop": 873944126
        },
        {
            "start": 873944130,
            "stop": 873944148
        },
        {
            "start": 873944151,
            "stop": 873944172
        },
        {
            "start": 873944175,
            "stop": 873944176
        },
        {
            "start": 873944179,
            "stop": 873944180
        },
        {
            "start": 873944183,
            "stop": 873944239
        },
        {
            "start": 873944245,
            "stop": 873944246
        },
        {
            "start": 873944250,
            "stop": 873944363
        },
        {
            "start": 873944366,
            "stop": 873944377
        },
        {
            "start": 873944380,
            "stop": 873945166
        },
        {
            "start": 873945169,
            "stop": 873945320
        },
        {
            "start": 873945323,
            "stop": 873945337
        },
        {
            "start": 873945340,
            "stop": 873946156
        },
        {
            "start": 873946157,
            "stop": 873946304
        },
        {
            "start": 873946306,
            "stop": 873946681
        },
        {
            "start": 873946686,
            "stop": 873946924
        }
    ]
}