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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=150",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 151,
    "results": [
        {
            "start": 1264337305,
            "stop": 1264337307
        },
        {
            "start": 1264337309,
            "stop": 1264337310
        },
        {
            "start": 1264337311,
            "stop": 1264337312
        },
        {
            "start": 1264337313,
            "stop": 1264337318
        },
        {
            "start": 1264337319,
            "stop": 1264337322
        },
        {
            "start": 1264337326,
            "stop": 1264337327
        },
        {
            "start": 1264337331,
            "stop": 1264337332
        },
        {
            "start": 1264337335,
            "stop": 1264337341
        },
        {
            "start": 1264337345,
            "stop": 1264337388
        },
        {
            "start": 1264337389,
            "stop": 1264339566
        },
        {
            "start": 1264339568,
            "stop": 1264339590
        },
        {
            "start": 1264339591,
            "stop": 1264339597
        },
        {
            "start": 1264339598,
            "stop": 1264339604
        },
        {
            "start": 1264339605,
            "stop": 1264339608
        },
        {
            "start": 1264339612,
            "stop": 1264339613
        },
        {
            "start": 1264339615,
            "stop": 1264339618
        },
        {
            "start": 1264339624,
            "stop": 1264339630
        },
        {
            "start": 1264339635,
            "stop": 1264339637
        },
        {
            "start": 1264339645,
            "stop": 1264339647
        },
        {
            "start": 1264339652,
            "stop": 1264339655
        }
    ]
}