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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=167",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 168,
    "results": [
        {
            "start": 1177538470,
            "stop": 1177538475
        },
        {
            "start": 1177538480,
            "stop": 1177538586
        },
        {
            "start": 1177538590,
            "stop": 1177538594
        },
        {
            "start": 1177538602,
            "stop": 1177538605
        },
        {
            "start": 1177538613,
            "stop": 1177538617
        },
        {
            "start": 1177538621,
            "stop": 1177539179
        },
        {
            "start": 1177539183,
            "stop": 1177539190
        },
        {
            "start": 1177539194,
            "stop": 1177539203
        },
        {
            "start": 1177539205,
            "stop": 1177539750
        },
        {
            "start": 1177539753,
            "stop": 1177540032
        },
        {
            "start": 1177540038,
            "stop": 1177540044
        },
        {
            "start": 1177540048,
            "stop": 1177540181
        },
        {
            "start": 1177540187,
            "stop": 1177540193
        },
        {
            "start": 1177540201,
            "stop": 1177540206
        },
        {
            "start": 1177540213,
            "stop": 1177540269
        },
        {
            "start": 1177540272,
            "stop": 1177540281
        },
        {
            "start": 1177540285,
            "stop": 1177540292
        },
        {
            "start": 1177540299,
            "stop": 1177540304
        },
        {
            "start": 1177540311,
            "stop": 1177540340
        },
        {
            "start": 1177540345,
            "stop": 1177540352
        }
    ]
}