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=62
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=63",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=61",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 62,
    "results": [
        {
            "start": 1165851273,
            "stop": 1165851276
        },
        {
            "start": 1165851277,
            "stop": 1165851278
        },
        {
            "start": 1165851279,
            "stop": 1165851280
        },
        {
            "start": 1165851281,
            "stop": 1165851291
        },
        {
            "start": 1165851293,
            "stop": 1165851297
        },
        {
            "start": 1165851300,
            "stop": 1165851312
        },
        {
            "start": 1165851313,
            "stop": 1165851330
        },
        {
            "start": 1165851331,
            "stop": 1165851333
        },
        {
            "start": 1165851334,
            "stop": 1165851360
        },
        {
            "start": 1165851361,
            "stop": 1165851364
        },
        {
            "start": 1165851367,
            "stop": 1165851439
        },
        {
            "start": 1165851440,
            "stop": 1165851455
        },
        {
            "start": 1165851456,
            "stop": 1165851467
        },
        {
            "start": 1165851468,
            "stop": 1165851480
        },
        {
            "start": 1165851482,
            "stop": 1165851507
        },
        {
            "start": 1165851508,
            "stop": 1165851550
        },
        {
            "start": 1165851551,
            "stop": 1165851553
        },
        {
            "start": 1165851554,
            "stop": 1165851644
        },
        {
            "start": 1165851645,
            "stop": 1165851674
        },
        {
            "start": 1165851675,
            "stop": 1165851680
        }
    ]
}