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=387
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=388",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=386",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 387,
    "results": [
        {
            "start": 1266670260,
            "stop": 1266677801
        },
        {
            "start": 1266699635,
            "stop": 1266746439
        },
        {
            "start": 1266746440,
            "stop": 1266746446
        },
        {
            "start": 1266746447,
            "stop": 1266754263
        },
        {
            "start": 1266754265,
            "stop": 1266754268
        },
        {
            "start": 1266754270,
            "stop": 1266754982
        },
        {
            "start": 1266754983,
            "stop": 1266754984
        },
        {
            "start": 1266754987,
            "stop": 1266766217
        },
        {
            "start": 1266766219,
            "stop": 1266768298
        },
        {
            "start": 1266768299,
            "stop": 1266768707
        },
        {
            "start": 1266768708,
            "stop": 1266768961
        },
        {
            "start": 1266768962,
            "stop": 1266769401
        },
        {
            "start": 1266769403,
            "stop": 1266769490
        },
        {
            "start": 1266769491,
            "stop": 1266769545
        },
        {
            "start": 1266769547,
            "stop": 1266769548
        },
        {
            "start": 1266769549,
            "stop": 1266769783
        },
        {
            "start": 1266769784,
            "stop": 1266769789
        },
        {
            "start": 1266769790,
            "stop": 1266769794
        },
        {
            "start": 1266769795,
            "stop": 1266769800
        },
        {
            "start": 1266769801,
            "stop": 1266769804
        }
    ]
}