Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=226
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=227",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=225",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 226,
    "results": [
        {
            "start": 1264394208,
            "stop": 1264394209
        },
        {
            "start": 1264394211,
            "stop": 1264394214
        },
        {
            "start": 1264394215,
            "stop": 1264394217
        },
        {
            "start": 1264394219,
            "stop": 1264394221
        },
        {
            "start": 1264394224,
            "stop": 1264394229
        },
        {
            "start": 1264394231,
            "stop": 1264394256
        },
        {
            "start": 1264394257,
            "stop": 1264394275
        },
        {
            "start": 1264394276,
            "stop": 1264394282
        },
        {
            "start": 1264394284,
            "stop": 1264394295
        },
        {
            "start": 1264394298,
            "stop": 1264394303
        },
        {
            "start": 1264394305,
            "stop": 1264394310
        },
        {
            "start": 1264394313,
            "stop": 1264394363
        },
        {
            "start": 1264394364,
            "stop": 1264394372
        },
        {
            "start": 1264394373,
            "stop": 1264394379
        },
        {
            "start": 1264394380,
            "stop": 1264394404
        },
        {
            "start": 1264394405,
            "stop": 1264394414
        },
        {
            "start": 1264394419,
            "stop": 1264394439
        },
        {
            "start": 1264394442,
            "stop": 1264394457
        },
        {
            "start": 1264394459,
            "stop": 1264394465
        },
        {
            "start": 1264394468,
            "stop": 1264394474
        }
    ]
}