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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=424",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=422",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 423,
    "results": [
        {
            "start": 1267600280,
            "stop": 1267600298
        },
        {
            "start": 1267600302,
            "stop": 1267600331
        },
        {
            "start": 1267600336,
            "stop": 1267600343
        },
        {
            "start": 1267600347,
            "stop": 1267600348
        },
        {
            "start": 1267600349,
            "stop": 1267600352
        },
        {
            "start": 1267600355,
            "stop": 1267600361
        },
        {
            "start": 1267600363,
            "stop": 1267600364
        },
        {
            "start": 1267600365,
            "stop": 1267600366
        },
        {
            "start": 1267600368,
            "stop": 1267600377
        },
        {
            "start": 1267600381,
            "stop": 1267600396
        },
        {
            "start": 1267600398,
            "stop": 1267600411
        },
        {
            "start": 1267600412,
            "stop": 1267600419
        },
        {
            "start": 1267600422,
            "stop": 1267600423
        },
        {
            "start": 1267600429,
            "stop": 1267600431
        },
        {
            "start": 1267600432,
            "stop": 1267600560
        },
        {
            "start": 1267600561,
            "stop": 1267600562
        },
        {
            "start": 1267600565,
            "stop": 1267600567
        },
        {
            "start": 1267600568,
            "stop": 1267600569
        },
        {
            "start": 1267600570,
            "stop": 1267600609
        },
        {
            "start": 1267600610,
            "stop": 1267600611
        }
    ]
}