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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2961",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2959",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2960,
    "results": [
        {
            "start": 860276716,
            "stop": 860276730
        },
        {
            "start": 860277462,
            "stop": 860279975
        },
        {
            "start": 860281604,
            "stop": 860284160
        },
        {
            "start": 860284460,
            "stop": 860292753
        },
        {
            "start": 860293053,
            "stop": 860294460
        },
        {
            "start": 860294520,
            "stop": 860307060
        },
        {
            "start": 860307180,
            "stop": 860325766
        },
        {
            "start": 860325770,
            "stop": 860326860
        },
        {
            "start": 860326920,
            "stop": 860327100
        },
        {
            "start": 860327220,
            "stop": 860329320
        },
        {
            "start": 860329440,
            "stop": 860329977
        },
        {
            "start": 860329988,
            "stop": 860330017
        },
        {
            "start": 860330023,
            "stop": 860330801
        },
        {
            "start": 860330804,
            "stop": 860331242
        },
        {
            "start": 860331246,
            "stop": 860331328
        },
        {
            "start": 860331332,
            "stop": 860333267
        },
        {
            "start": 860333271,
            "stop": 860334660
        },
        {
            "start": 860334720,
            "stop": 860338070
        },
        {
            "start": 860338075,
            "stop": 860338140
        },
        {
            "start": 860338200,
            "stop": 860341174
        }
    ]
}