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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=59",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 60,
    "results": [
        {
            "start": 1262698243,
            "stop": 1262698291
        },
        {
            "start": 1262698293,
            "stop": 1262698328
        },
        {
            "start": 1262698329,
            "stop": 1262698354
        },
        {
            "start": 1262698357,
            "stop": 1262698383
        },
        {
            "start": 1262698384,
            "stop": 1262698390
        },
        {
            "start": 1262698392,
            "stop": 1262698394
        },
        {
            "start": 1262698395,
            "stop": 1262698447
        },
        {
            "start": 1262698448,
            "stop": 1262698449
        },
        {
            "start": 1262698450,
            "stop": 1262698455
        },
        {
            "start": 1262698459,
            "stop": 1262698462
        },
        {
            "start": 1262698465,
            "stop": 1262698468
        },
        {
            "start": 1262698470,
            "stop": 1262698471
        },
        {
            "start": 1262698478,
            "stop": 1262698503
        },
        {
            "start": 1262698505,
            "stop": 1262698526
        },
        {
            "start": 1262698528,
            "stop": 1262698537
        },
        {
            "start": 1262698538,
            "stop": 1262698610
        },
        {
            "start": 1262698612,
            "stop": 1262698619
        },
        {
            "start": 1262698621,
            "stop": 1262698662
        },
        {
            "start": 1262698664,
            "stop": 1262698669
        },
        {
            "start": 1262698671,
            "stop": 1262698672
        }
    ]
}