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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=268",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 269,
    "results": [
        {
            "start": 856591523,
            "stop": 856613449
        },
        {
            "start": 856613944,
            "stop": 856627246
        },
        {
            "start": 856656434,
            "stop": 856695705
        },
        {
            "start": 856696222,
            "stop": 856698625
        },
        {
            "start": 856700103,
            "stop": 856700105
        },
        {
            "start": 856700142,
            "stop": 856702997
        },
        {
            "start": 856703566,
            "stop": 856710863
        },
        {
            "start": 856711420,
            "stop": 856718656
        },
        {
            "start": 856720897,
            "stop": 856726102
        },
        {
            "start": 856727129,
            "stop": 856727650
        },
        {
            "start": 856728380,
            "stop": 856728384
        },
        {
            "start": 856728388,
            "stop": 856728414
        },
        {
            "start": 856728417,
            "stop": 856728481
        },
        {
            "start": 856728489,
            "stop": 856728495
        },
        {
            "start": 856728500,
            "stop": 856728510
        },
        {
            "start": 856728514,
            "stop": 856728775
        },
        {
            "start": 856747232,
            "stop": 856778866
        },
        {
            "start": 856780718,
            "stop": 856808426
        },
        {
            "start": 856809490,
            "stop": 856826528
        },
        {
            "start": 856828009,
            "stop": 856876820
        }
    ]
}