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=331
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=332",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=330",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 331,
    "results": [
        {
            "start": 1260363666,
            "stop": 1260363950
        },
        {
            "start": 1260363953,
            "stop": 1260364060
        },
        {
            "start": 1260364063,
            "stop": 1260364070
        },
        {
            "start": 1260364073,
            "stop": 1260364074
        },
        {
            "start": 1260364077,
            "stop": 1260364081
        },
        {
            "start": 1260364084,
            "stop": 1260364085
        },
        {
            "start": 1260364088,
            "stop": 1260364199
        },
        {
            "start": 1260364202,
            "stop": 1260364360
        },
        {
            "start": 1260364363,
            "stop": 1260364433
        },
        {
            "start": 1260364434,
            "stop": 1260364564
        },
        {
            "start": 1260364567,
            "stop": 1260364723
        },
        {
            "start": 1260364726,
            "stop": 1260364765
        },
        {
            "start": 1260364768,
            "stop": 1260365108
        },
        {
            "start": 1260365111,
            "stop": 1260365358
        },
        {
            "start": 1260365361,
            "stop": 1260365369
        },
        {
            "start": 1260365372,
            "stop": 1260365440
        },
        {
            "start": 1260365443,
            "stop": 1260365733
        },
        {
            "start": 1260365736,
            "stop": 1260365852
        },
        {
            "start": 1260365855,
            "stop": 1260366071
        },
        {
            "start": 1260366074,
            "stop": 1260366320
        }
    ]
}