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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6844",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6842",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6843,
    "results": [
        {
            "start": 873208282,
            "stop": 873208290
        },
        {
            "start": 873208292,
            "stop": 873208495
        },
        {
            "start": 873208498,
            "stop": 873208520
        },
        {
            "start": 873208521,
            "stop": 873208527
        },
        {
            "start": 873208530,
            "stop": 873208620
        },
        {
            "start": 873208624,
            "stop": 873208633
        },
        {
            "start": 873208636,
            "stop": 873208656
        },
        {
            "start": 873208657,
            "stop": 873208815
        },
        {
            "start": 873208816,
            "stop": 873208824
        },
        {
            "start": 873208825,
            "stop": 873208832
        },
        {
            "start": 873208835,
            "stop": 873208864
        },
        {
            "start": 873208867,
            "stop": 873208888
        },
        {
            "start": 873208891,
            "stop": 873208934
        },
        {
            "start": 873208937,
            "stop": 873208955
        },
        {
            "start": 873208958,
            "stop": 873209094
        },
        {
            "start": 873209095,
            "stop": 873209213
        },
        {
            "start": 873209216,
            "stop": 873209224
        },
        {
            "start": 873209227,
            "stop": 873209230
        },
        {
            "start": 873209233,
            "stop": 873209244
        },
        {
            "start": 873209248,
            "stop": 873209250
        }
    ]
}