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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=2",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 3,
    "results": [
        {
            "start": 1165111275,
            "stop": 1165171824
        },
        {
            "start": 1165171924,
            "stop": 1165191021
        },
        {
            "start": 1165191088,
            "stop": 1165191416
        },
        {
            "start": 1165191478,
            "stop": 1165191617
        },
        {
            "start": 1165192405,
            "stop": 1165192464
        },
        {
            "start": 1165193313,
            "stop": 1165212580
        },
        {
            "start": 1165217978,
            "stop": 1165220136
        },
        {
            "start": 1165220431,
            "stop": 1165226046
        },
        {
            "start": 1165229548,
            "stop": 1165230356
        },
        {
            "start": 1165232740,
            "stop": 1165234173
        },
        {
            "start": 1165237671,
            "stop": 1165242739
        },
        {
            "start": 1165243069,
            "stop": 1165243918
        },
        {
            "start": 1165303790,
            "stop": 1165305252
        },
        {
            "start": 1165307309,
            "stop": 1165309205
        },
        {
            "start": 1165313314,
            "stop": 1165314111
        },
        {
            "start": 1165320702,
            "stop": 1165321623
        },
        {
            "start": 1165327222,
            "stop": 1165346644
        },
        {
            "start": 1165366926,
            "stop": 1165372309
        },
        {
            "start": 1165372616,
            "stop": 1165432799
        },
        {
            "start": 1165433109,
            "stop": 1165435738
        }
    ]
}