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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46907",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46905",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46906,
    "results": [
        {
            "start": 875180135,
            "stop": 875180287
        },
        {
            "start": 875180290,
            "stop": 875180436
        },
        {
            "start": 875180437,
            "stop": 875180561
        },
        {
            "start": 875180563,
            "stop": 875180584
        },
        {
            "start": 875180587,
            "stop": 875180768
        },
        {
            "start": 875180769,
            "stop": 875180775
        },
        {
            "start": 875180778,
            "stop": 875180790
        },
        {
            "start": 875180791,
            "stop": 875180881
        },
        {
            "start": 875180882,
            "stop": 875180908
        },
        {
            "start": 875180909,
            "stop": 875180947
        },
        {
            "start": 875180948,
            "stop": 875180988
        },
        {
            "start": 875180989,
            "stop": 875181127
        },
        {
            "start": 875181128,
            "stop": 875181169
        },
        {
            "start": 875181170,
            "stop": 875181194
        },
        {
            "start": 875181197,
            "stop": 875181232
        },
        {
            "start": 875181233,
            "stop": 875181236
        },
        {
            "start": 875181237,
            "stop": 875181426
        },
        {
            "start": 875181429,
            "stop": 875181498
        },
        {
            "start": 875181499,
            "stop": 875181508
        },
        {
            "start": 875181511,
            "stop": 875181531
        }
    ]
}