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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=62",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 63,
    "results": [
        {
            "start": 1262699517,
            "stop": 1262699522
        },
        {
            "start": 1262699526,
            "stop": 1262699527
        },
        {
            "start": 1262699533,
            "stop": 1262699543
        },
        {
            "start": 1262699546,
            "stop": 1262699547
        },
        {
            "start": 1262699549,
            "stop": 1262699550
        },
        {
            "start": 1262699553,
            "stop": 1262699585
        },
        {
            "start": 1262699586,
            "stop": 1262699640
        },
        {
            "start": 1262699641,
            "stop": 1262699642
        },
        {
            "start": 1262699644,
            "stop": 1262699657
        },
        {
            "start": 1262699660,
            "stop": 1262699685
        },
        {
            "start": 1262699687,
            "stop": 1262699690
        },
        {
            "start": 1262699691,
            "stop": 1262699697
        },
        {
            "start": 1262699699,
            "stop": 1262699705
        },
        {
            "start": 1262699709,
            "stop": 1262699724
        },
        {
            "start": 1262699725,
            "stop": 1262699728
        },
        {
            "start": 1262699730,
            "stop": 1262699743
        },
        {
            "start": 1262699746,
            "stop": 1262699772
        },
        {
            "start": 1262699775,
            "stop": 1262699843
        },
        {
            "start": 1262699846,
            "stop": 1262699860
        },
        {
            "start": 1262699863,
            "stop": 1262699876
        }
    ]
}