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/L1_CBC_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/O2/timelines/L1_CBC_CAT2/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=13",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 14,
    "results": [
        {
            "start": 1165131881,
            "stop": 1165131882
        },
        {
            "start": 1165131883,
            "stop": 1165131905
        },
        {
            "start": 1165131906,
            "stop": 1165131915
        },
        {
            "start": 1165131916,
            "stop": 1165132038
        },
        {
            "start": 1165132039,
            "stop": 1165132080
        },
        {
            "start": 1165132081,
            "stop": 1165132095
        },
        {
            "start": 1165132096,
            "stop": 1165132097
        },
        {
            "start": 1165132098,
            "stop": 1165132135
        },
        {
            "start": 1165132136,
            "stop": 1165132148
        },
        {
            "start": 1165132149,
            "stop": 1165132154
        },
        {
            "start": 1165132155,
            "stop": 1165132185
        },
        {
            "start": 1165132186,
            "stop": 1165132209
        },
        {
            "start": 1165132210,
            "stop": 1165132221
        },
        {
            "start": 1165132223,
            "stop": 1165132266
        },
        {
            "start": 1165132267,
            "stop": 1165132273
        },
        {
            "start": 1165132274,
            "stop": 1165132361
        },
        {
            "start": 1165132362,
            "stop": 1165132368
        },
        {
            "start": 1165132370,
            "stop": 1165132447
        },
        {
            "start": 1165132448,
            "stop": 1165132485
        },
        {
            "start": 1165132487,
            "stop": 1165132529
        }
    ]
}