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=178
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=179",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=177",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 178,
    "results": [
        {
            "start": 1264371331,
            "stop": 1264371365
        },
        {
            "start": 1264371366,
            "stop": 1264371367
        },
        {
            "start": 1264371368,
            "stop": 1264371373
        },
        {
            "start": 1264371375,
            "stop": 1264371429
        },
        {
            "start": 1264371431,
            "stop": 1264371435
        },
        {
            "start": 1264371436,
            "stop": 1264371439
        },
        {
            "start": 1264371441,
            "stop": 1264371445
        },
        {
            "start": 1264371448,
            "stop": 1264371449
        },
        {
            "start": 1264371450,
            "stop": 1264371451
        },
        {
            "start": 1264371452,
            "stop": 1264371453
        },
        {
            "start": 1264371457,
            "stop": 1264371470
        },
        {
            "start": 1264371476,
            "stop": 1264371478
        },
        {
            "start": 1264371482,
            "stop": 1264371485
        },
        {
            "start": 1264371489,
            "stop": 1264371490
        },
        {
            "start": 1264371491,
            "stop": 1264371495
        },
        {
            "start": 1264371496,
            "stop": 1264371521
        },
        {
            "start": 1264371524,
            "stop": 1264371525
        },
        {
            "start": 1264371530,
            "stop": 1264371532
        },
        {
            "start": 1264371533,
            "stop": 1264371534
        },
        {
            "start": 1264371535,
            "stop": 1264371547
        }
    ]
}