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=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=220",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 221,
    "results": [
        {
            "start": 1184784320,
            "stop": 1184784324
        },
        {
            "start": 1184784325,
            "stop": 1184784335
        },
        {
            "start": 1184784337,
            "stop": 1184784342
        },
        {
            "start": 1184784344,
            "stop": 1184784347
        },
        {
            "start": 1184784349,
            "stop": 1184784357
        },
        {
            "start": 1184784358,
            "stop": 1184784371
        },
        {
            "start": 1184784373,
            "stop": 1184784379
        },
        {
            "start": 1184784381,
            "stop": 1184784402
        },
        {
            "start": 1184784404,
            "stop": 1184784405
        },
        {
            "start": 1184784408,
            "stop": 1184784410
        },
        {
            "start": 1184784412,
            "stop": 1184784413
        },
        {
            "start": 1184784416,
            "stop": 1184784443
        },
        {
            "start": 1184784447,
            "stop": 1184784448
        },
        {
            "start": 1184784456,
            "stop": 1184784509
        },
        {
            "start": 1184784512,
            "stop": 1184784514
        },
        {
            "start": 1184784519,
            "stop": 1184784520
        },
        {
            "start": 1184784524,
            "stop": 1184784525
        },
        {
            "start": 1184784526,
            "stop": 1184784528
        },
        {
            "start": 1184784529,
            "stop": 1184784535
        },
        {
            "start": 1184784537,
            "stop": 1184784541
        }
    ]
}