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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=13",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 14,
    "results": [
        {
            "start": 1127011818,
            "stop": 1127019008
        },
        {
            "start": 1127019016,
            "stop": 1127022945
        },
        {
            "start": 1127022952,
            "stop": 1127047248
        },
        {
            "start": 1127047256,
            "stop": 1127060374
        },
        {
            "start": 1127060381,
            "stop": 1127063461
        },
        {
            "start": 1127063468,
            "stop": 1127073445
        },
        {
            "start": 1127073452,
            "stop": 1127073583
        },
        {
            "start": 1127073584,
            "stop": 1127074604
        },
        {
            "start": 1127076602,
            "stop": 1127076737
        },
        {
            "start": 1127076917,
            "stop": 1127079617
        },
        {
            "start": 1127079677,
            "stop": 1127079797
        },
        {
            "start": 1127079917,
            "stop": 1127082089
        },
        {
            "start": 1127082090,
            "stop": 1127082130
        },
        {
            "start": 1127087599,
            "stop": 1127089697
        },
        {
            "start": 1127089757,
            "stop": 1127090290
        },
        {
            "start": 1127090297,
            "stop": 1127090357
        },
        {
            "start": 1127090477,
            "stop": 1127090537
        },
        {
            "start": 1127090657,
            "stop": 1127091917
        },
        {
            "start": 1127092037,
            "stop": 1127095142
        },
        {
            "start": 1127095149,
            "stop": 1127096837
        }
    ]
}