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=337
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=338",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=336",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 337,
    "results": [
        {
            "start": 1260440889,
            "stop": 1260441030
        },
        {
            "start": 1260441033,
            "stop": 1260441699
        },
        {
            "start": 1260441707,
            "stop": 1260442311
        },
        {
            "start": 1260442313,
            "stop": 1260448318
        },
        {
            "start": 1260448321,
            "stop": 1260448977
        },
        {
            "start": 1260448980,
            "stop": 1260450876
        },
        {
            "start": 1260450879,
            "stop": 1260453579
        },
        {
            "start": 1260453582,
            "stop": 1260454697
        },
        {
            "start": 1260454700,
            "stop": 1260455969
        },
        {
            "start": 1260455974,
            "stop": 1260456714
        },
        {
            "start": 1260456717,
            "stop": 1260457216
        },
        {
            "start": 1260457219,
            "stop": 1260458184
        },
        {
            "start": 1260458186,
            "stop": 1260462113
        },
        {
            "start": 1260462116,
            "stop": 1260465398
        },
        {
            "start": 1260465401,
            "stop": 1260467340
        },
        {
            "start": 1260467343,
            "stop": 1260470898
        },
        {
            "start": 1260470901,
            "stop": 1260472177
        },
        {
            "start": 1260472185,
            "stop": 1260473468
        },
        {
            "start": 1260473471,
            "stop": 1260473590
        },
        {
            "start": 1260473593,
            "stop": 1260473631
        }
    ]
}