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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=81",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 82,
    "results": [
        {
            "start": 1166433166,
            "stop": 1166433197
        },
        {
            "start": 1166433198,
            "stop": 1166433199
        },
        {
            "start": 1166433200,
            "stop": 1166433233
        },
        {
            "start": 1166433234,
            "stop": 1166433240
        },
        {
            "start": 1166433241,
            "stop": 1166433282
        },
        {
            "start": 1166433283,
            "stop": 1166433370
        },
        {
            "start": 1166433371,
            "stop": 1166433386
        },
        {
            "start": 1166433387,
            "stop": 1166433441
        },
        {
            "start": 1166433443,
            "stop": 1166433803
        },
        {
            "start": 1166433804,
            "stop": 1166433854
        },
        {
            "start": 1166433855,
            "stop": 1166434004
        },
        {
            "start": 1166434007,
            "stop": 1166434090
        },
        {
            "start": 1166434092,
            "stop": 1166434144
        },
        {
            "start": 1166434145,
            "stop": 1166434200
        },
        {
            "start": 1166434202,
            "stop": 1166434248
        },
        {
            "start": 1166434250,
            "stop": 1166434371
        },
        {
            "start": 1166434373,
            "stop": 1166434473
        },
        {
            "start": 1166434476,
            "stop": 1166434552
        },
        {
            "start": 1166434553,
            "stop": 1166434666
        },
        {
            "start": 1166434667,
            "stop": 1166434680
        }
    ]
}