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=330
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=331",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=329",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 330,
    "results": [
        {
            "start": 1260359503,
            "stop": 1260359829
        },
        {
            "start": 1260359832,
            "stop": 1260360293
        },
        {
            "start": 1260360296,
            "stop": 1260360519
        },
        {
            "start": 1260360522,
            "stop": 1260360617
        },
        {
            "start": 1260360620,
            "stop": 1260360680
        },
        {
            "start": 1260360683,
            "stop": 1260360915
        },
        {
            "start": 1260360918,
            "stop": 1260361051
        },
        {
            "start": 1260361054,
            "stop": 1260361235
        },
        {
            "start": 1260361237,
            "stop": 1260361265
        },
        {
            "start": 1260361268,
            "stop": 1260361388
        },
        {
            "start": 1260361391,
            "stop": 1260361541
        },
        {
            "start": 1260361544,
            "stop": 1260361547
        },
        {
            "start": 1260361550,
            "stop": 1260361645
        },
        {
            "start": 1260361648,
            "stop": 1260361921
        },
        {
            "start": 1260361924,
            "stop": 1260363227
        },
        {
            "start": 1260363231,
            "stop": 1260363367
        },
        {
            "start": 1260363370,
            "stop": 1260363640
        },
        {
            "start": 1260363643,
            "stop": 1260363644
        },
        {
            "start": 1260363647,
            "stop": 1260363655
        },
        {
            "start": 1260363658,
            "stop": 1260363663
        }
    ]
}