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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=189",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 190,
    "results": [
        {
            "start": 1264377041,
            "stop": 1264377043
        },
        {
            "start": 1264377044,
            "stop": 1264377074
        },
        {
            "start": 1264377075,
            "stop": 1264377085
        },
        {
            "start": 1264377086,
            "stop": 1264377135
        },
        {
            "start": 1264377139,
            "stop": 1264377208
        },
        {
            "start": 1264377211,
            "stop": 1264377216
        },
        {
            "start": 1264377221,
            "stop": 1264377236
        },
        {
            "start": 1264377237,
            "stop": 1264377297
        },
        {
            "start": 1264377299,
            "stop": 1264377307
        },
        {
            "start": 1264377309,
            "stop": 1264377338
        },
        {
            "start": 1264377342,
            "stop": 1264377348
        },
        {
            "start": 1264377350,
            "stop": 1264377359
        },
        {
            "start": 1264377361,
            "stop": 1264377364
        },
        {
            "start": 1264377367,
            "stop": 1264377523
        },
        {
            "start": 1264377526,
            "stop": 1264377531
        },
        {
            "start": 1264377532,
            "stop": 1264377579
        },
        {
            "start": 1264377581,
            "stop": 1264377652
        },
        {
            "start": 1264377655,
            "stop": 1264377700
        },
        {
            "start": 1264377702,
            "stop": 1264377715
        },
        {
            "start": 1264377717,
            "stop": 1264377718
        }
    ]
}