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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=47",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 48,
    "results": [
        {
            "start": 1173384783,
            "stop": 1173386331
        },
        {
            "start": 1173386336,
            "stop": 1173386337
        },
        {
            "start": 1173386338,
            "stop": 1173393194
        },
        {
            "start": 1173393195,
            "stop": 1173394920
        },
        {
            "start": 1173394923,
            "stop": 1173396099
        },
        {
            "start": 1173396100,
            "stop": 1173396101
        },
        {
            "start": 1173396102,
            "stop": 1173396103
        },
        {
            "start": 1173396104,
            "stop": 1173400844
        },
        {
            "start": 1173407803,
            "stop": 1173419426
        },
        {
            "start": 1173423236,
            "stop": 1173441620
        },
        {
            "start": 1173441622,
            "stop": 1173441682
        },
        {
            "start": 1173441683,
            "stop": 1173441685
        },
        {
            "start": 1173441692,
            "stop": 1173468902
        },
        {
            "start": 1173468903,
            "stop": 1173478497
        },
        {
            "start": 1173478499,
            "stop": 1173493177
        },
        {
            "start": 1173493178,
            "stop": 1173503730
        },
        {
            "start": 1173503731,
            "stop": 1173503737
        },
        {
            "start": 1173503738,
            "stop": 1173505223
        },
        {
            "start": 1173505225,
            "stop": 1173515859
        },
        {
            "start": 1173515862,
            "stop": 1173523344
        }
    ]
}