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=246
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=247",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=245",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 246,
    "results": [
        {
            "start": 1264405032,
            "stop": 1264405038
        },
        {
            "start": 1264405040,
            "stop": 1264405105
        },
        {
            "start": 1264405107,
            "stop": 1264405112
        },
        {
            "start": 1264405113,
            "stop": 1264405157
        },
        {
            "start": 1264405160,
            "stop": 1264405165
        },
        {
            "start": 1264405168,
            "stop": 1264405412
        },
        {
            "start": 1264405413,
            "stop": 1264405414
        },
        {
            "start": 1264405415,
            "stop": 1264405429
        },
        {
            "start": 1264405430,
            "stop": 1264405431
        },
        {
            "start": 1264405432,
            "stop": 1264405437
        },
        {
            "start": 1264405439,
            "stop": 1264405527
        },
        {
            "start": 1264405530,
            "stop": 1264405580
        },
        {
            "start": 1264405582,
            "stop": 1264405587
        },
        {
            "start": 1264405590,
            "stop": 1264405596
        },
        {
            "start": 1264405597,
            "stop": 1264405702
        },
        {
            "start": 1264405704,
            "stop": 1264405709
        },
        {
            "start": 1264405710,
            "stop": 1264405785
        },
        {
            "start": 1264405787,
            "stop": 1264405810
        },
        {
            "start": 1264405811,
            "stop": 1264405887
        },
        {
            "start": 1264405889,
            "stop": 1264405904
        }
    ]
}