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=5950
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=5951",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5949",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5950,
    "results": [
        {
            "start": 873207821,
            "stop": 873207829
        },
        {
            "start": 873207830,
            "stop": 873207943
        },
        {
            "start": 873207946,
            "stop": 873208011
        },
        {
            "start": 873208012,
            "stop": 873208080
        },
        {
            "start": 873208081,
            "stop": 873208165
        },
        {
            "start": 873208166,
            "stop": 873208276
        },
        {
            "start": 873208277,
            "stop": 873208281
        },
        {
            "start": 873208282,
            "stop": 873208290
        },
        {
            "start": 873208292,
            "stop": 873208495
        },
        {
            "start": 873208498,
            "stop": 873208520
        },
        {
            "start": 873208521,
            "stop": 873208527
        },
        {
            "start": 873208530,
            "stop": 873208623
        },
        {
            "start": 873208624,
            "stop": 873208656
        },
        {
            "start": 873208657,
            "stop": 873208815
        },
        {
            "start": 873208816,
            "stop": 873208824
        },
        {
            "start": 873208825,
            "stop": 873208832
        },
        {
            "start": 873208835,
            "stop": 873208864
        },
        {
            "start": 873208867,
            "stop": 873208889
        },
        {
            "start": 873208891,
            "stop": 873208934
        },
        {
            "start": 873208937,
            "stop": 873208955
        }
    ]
}