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=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=33",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 34,
    "results": [
        {
            "start": 1127811143,
            "stop": 1127812115
        },
        {
            "start": 1127812123,
            "stop": 1127814167
        },
        {
            "start": 1127833937,
            "stop": 1127836741
        },
        {
            "start": 1127850018,
            "stop": 1127851197
        },
        {
            "start": 1127931980,
            "stop": 1127936225
        },
        {
            "start": 1127936232,
            "stop": 1127937706
        },
        {
            "start": 1127937713,
            "stop": 1127937908
        },
        {
            "start": 1127937909,
            "stop": 1127939750
        },
        {
            "start": 1127939757,
            "stop": 1127941619
        },
        {
            "start": 1127941627,
            "stop": 1127941846
        },
        {
            "start": 1127941854,
            "stop": 1127944300
        },
        {
            "start": 1127944308,
            "stop": 1127946147
        },
        {
            "start": 1127948029,
            "stop": 1127950264
        },
        {
            "start": 1127950271,
            "stop": 1127952059
        },
        {
            "start": 1127957843,
            "stop": 1127959762
        },
        {
            "start": 1127959764,
            "stop": 1127960091
        },
        {
            "start": 1127960092,
            "stop": 1127963070
        },
        {
            "start": 1127963078,
            "stop": 1127963555
        },
        {
            "start": 1127963557,
            "stop": 1127964953
        },
        {
            "start": 1127966973,
            "stop": 1127968445
        }
    ]
}