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=263
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=264",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=262",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 263,
    "results": [
        {
            "start": 1264588255,
            "stop": 1264588259
        },
        {
            "start": 1264588260,
            "stop": 1264588277
        },
        {
            "start": 1264588278,
            "stop": 1264588347
        },
        {
            "start": 1264588348,
            "stop": 1264588368
        },
        {
            "start": 1264588372,
            "stop": 1264591917
        },
        {
            "start": 1264591918,
            "stop": 1264592039
        },
        {
            "start": 1264592040,
            "stop": 1264592096
        },
        {
            "start": 1264592098,
            "stop": 1264592192
        },
        {
            "start": 1264592193,
            "stop": 1264592204
        },
        {
            "start": 1264592205,
            "stop": 1264592212
        },
        {
            "start": 1264592213,
            "stop": 1264592576
        },
        {
            "start": 1264592577,
            "stop": 1264592579
        },
        {
            "start": 1264592582,
            "stop": 1264592586
        },
        {
            "start": 1264592587,
            "stop": 1264592588
        },
        {
            "start": 1264592591,
            "stop": 1264592614
        },
        {
            "start": 1264592615,
            "stop": 1264594042
        },
        {
            "start": 1264594043,
            "stop": 1264594092
        },
        {
            "start": 1264594093,
            "stop": 1264594617
        },
        {
            "start": 1264594618,
            "stop": 1264594789
        },
        {
            "start": 1264594790,
            "stop": 1264594799
        }
    ]
}