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/H1_BURST_CAT3/segments?format=api&page=411
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=412",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=410",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 411,
    "results": [
        {
            "start": 1261356849,
            "stop": 1261357641
        },
        {
            "start": 1261357644,
            "stop": 1261358595
        },
        {
            "start": 1261358598,
            "stop": 1261359251
        },
        {
            "start": 1261359254,
            "stop": 1261359411
        },
        {
            "start": 1261359414,
            "stop": 1261359419
        },
        {
            "start": 1261359422,
            "stop": 1261359423
        },
        {
            "start": 1261359429,
            "stop": 1261359994
        },
        {
            "start": 1261359997,
            "stop": 1261360588
        },
        {
            "start": 1261360591,
            "stop": 1261360592
        },
        {
            "start": 1261360595,
            "stop": 1261360785
        },
        {
            "start": 1261360788,
            "stop": 1261361560
        },
        {
            "start": 1261361562,
            "stop": 1261362760
        },
        {
            "start": 1261362763,
            "stop": 1261363538
        },
        {
            "start": 1261363546,
            "stop": 1261366954
        },
        {
            "start": 1261366962,
            "stop": 1261369135
        },
        {
            "start": 1261369138,
            "stop": 1261371343
        },
        {
            "start": 1261371346,
            "stop": 1261371363
        },
        {
            "start": 1261371366,
            "stop": 1261372313
        },
        {
            "start": 1261372316,
            "stop": 1261375976
        },
        {
            "start": 1261375978,
            "stop": 1261376240
        }
    ]
}