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_BURST_CAT1/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_BURST_CAT1/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT1/segments?format=api&page=2",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 3,
    "results": [
        {
            "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
        },
        {
            "start": 1165435779,
            "stop": 1165453202
        },
        {
            "start": 1165453497,
            "stop": 1165503811
        },
        {
            "start": 1165508628,
            "stop": 1165518947
        },
        {
            "start": 1165519432,
            "stop": 1165531175
        },
        {
            "start": 1165531632,
            "stop": 1165597012
        },
        {
            "start": 1165597015,
            "stop": 1165597123
        },
        {
            "start": 1165614915,
            "stop": 1165616005
        },
        {
            "start": 1165616374,
            "stop": 1165680798
        },
        {
            "start": 1165701922,
            "stop": 1165718375
        }
    ]
}