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=315
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=316",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=314",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 315,
    "results": [
        {
            "start": 1264899153,
            "stop": 1264899155
        },
        {
            "start": 1264899156,
            "stop": 1264899157
        },
        {
            "start": 1264899158,
            "stop": 1264899160
        },
        {
            "start": 1264899161,
            "stop": 1264899164
        },
        {
            "start": 1264899165,
            "stop": 1264899174
        },
        {
            "start": 1264899177,
            "stop": 1264899182
        },
        {
            "start": 1264899183,
            "stop": 1264899187
        },
        {
            "start": 1264899188,
            "stop": 1264899232
        },
        {
            "start": 1264899233,
            "stop": 1264899241
        },
        {
            "start": 1264899242,
            "stop": 1264899248
        },
        {
            "start": 1264899250,
            "stop": 1264900631
        },
        {
            "start": 1264900644,
            "stop": 1264900675
        },
        {
            "start": 1264900679,
            "stop": 1264900680
        },
        {
            "start": 1264900682,
            "stop": 1264900701
        },
        {
            "start": 1264900702,
            "stop": 1264900704
        },
        {
            "start": 1264900707,
            "stop": 1264900708
        },
        {
            "start": 1264900709,
            "stop": 1264900712
        },
        {
            "start": 1264900713,
            "stop": 1264900719
        },
        {
            "start": 1264900720,
            "stop": 1264900731
        },
        {
            "start": 1264900732,
            "stop": 1264900783
        }
    ]
}