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=501
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=502",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=500",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 501,
    "results": [
        {
            "start": 1262398565,
            "stop": 1262399193
        },
        {
            "start": 1262399195,
            "stop": 1262399206
        },
        {
            "start": 1262399208,
            "stop": 1262399337
        },
        {
            "start": 1262399340,
            "stop": 1262399469
        },
        {
            "start": 1262399472,
            "stop": 1262399621
        },
        {
            "start": 1262399624,
            "stop": 1262400213
        },
        {
            "start": 1262400216,
            "stop": 1262400277
        },
        {
            "start": 1262400278,
            "stop": 1262400279
        },
        {
            "start": 1262400280,
            "stop": 1262400298
        },
        {
            "start": 1262400299,
            "stop": 1262400300
        },
        {
            "start": 1262400301,
            "stop": 1262400444
        },
        {
            "start": 1262400446,
            "stop": 1262400569
        },
        {
            "start": 1262400574,
            "stop": 1262400576
        },
        {
            "start": 1262400579,
            "stop": 1262400700
        },
        {
            "start": 1262400703,
            "stop": 1262400871
        },
        {
            "start": 1262400874,
            "stop": 1262402082
        },
        {
            "start": 1262402085,
            "stop": 1262402402
        },
        {
            "start": 1262402405,
            "stop": 1262402430
        },
        {
            "start": 1262402433,
            "stop": 1262402523
        },
        {
            "start": 1262402526,
            "stop": 1262402559
        }
    ]
}