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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=82",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 83,
    "results": [
        {
            "start": 1175421832,
            "stop": 1175421838
        },
        {
            "start": 1175421839,
            "stop": 1175421866
        },
        {
            "start": 1175421867,
            "stop": 1175421905
        },
        {
            "start": 1175421907,
            "stop": 1175421912
        },
        {
            "start": 1175421913,
            "stop": 1175421951
        },
        {
            "start": 1175421954,
            "stop": 1175421958
        },
        {
            "start": 1175421961,
            "stop": 1175421962
        },
        {
            "start": 1175421964,
            "stop": 1175422087
        },
        {
            "start": 1175422089,
            "stop": 1175422091
        },
        {
            "start": 1175422092,
            "stop": 1175422101
        },
        {
            "start": 1175422103,
            "stop": 1175422278
        },
        {
            "start": 1175422279,
            "stop": 1175425209
        },
        {
            "start": 1175425213,
            "stop": 1175425214
        },
        {
            "start": 1175425215,
            "stop": 1175426451
        },
        {
            "start": 1175426453,
            "stop": 1175427320
        },
        {
            "start": 1175427321,
            "stop": 1175427323
        },
        {
            "start": 1175427324,
            "stop": 1175427487
        },
        {
            "start": 1175427490,
            "stop": 1175427503
        },
        {
            "start": 1175427505,
            "stop": 1175428105
        },
        {
            "start": 1175428109,
            "stop": 1175428112
        }
    ]
}