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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 2,
    "results": [
        {
            "start": 1164667198,
            "stop": 1164669773
        },
        {
            "start": 1164672969,
            "stop": 1164673502
        },
        {
            "start": 1164673578,
            "stop": 1164674319
        },
        {
            "start": 1164674812,
            "stop": 1164677842
        },
        {
            "start": 1164677846,
            "stop": 1164700282
        },
        {
            "start": 1164700373,
            "stop": 1164732769
        },
        {
            "start": 1164732773,
            "stop": 1164737539
        },
        {
            "start": 1164737543,
            "stop": 1164745005
        },
        {
            "start": 1164745711,
            "stop": 1164747075
        },
        {
            "start": 1164750309,
            "stop": 1164754045
        },
        {
            "start": 1164754049,
            "stop": 1164756094
        },
        {
            "start": 1164756280,
            "stop": 1164756395
        },
        {
            "start": 1164756462,
            "stop": 1164756768
        },
        {
            "start": 1164757097,
            "stop": 1164758199
        },
        {
            "start": 1164769704,
            "stop": 1164770015
        },
        {
            "start": 1164770147,
            "stop": 1164775583
        },
        {
            "start": 1164775591,
            "stop": 1164786324
        },
        {
            "start": 1164786328,
            "stop": 1164789220
        },
        {
            "start": 1164789224,
            "stop": 1164793991
        },
        {
            "start": 1164811999,
            "stop": 1164822378
        }
    ]
}