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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7024",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7022",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7023,
    "results": [
        {
            "start": 873813626,
            "stop": 873814172
        },
        {
            "start": 873814173,
            "stop": 873814254
        },
        {
            "start": 873814364,
            "stop": 873814610
        },
        {
            "start": 873814611,
            "stop": 873814658
        },
        {
            "start": 873815073,
            "stop": 873815136
        },
        {
            "start": 873815140,
            "stop": 873815144
        },
        {
            "start": 873815146,
            "stop": 873815148
        },
        {
            "start": 873815150,
            "stop": 873815154
        },
        {
            "start": 873815156,
            "stop": 873815158
        },
        {
            "start": 873815160,
            "stop": 873815161
        },
        {
            "start": 873815163,
            "stop": 873815164
        },
        {
            "start": 873815166,
            "stop": 873815168
        },
        {
            "start": 873815170,
            "stop": 873815171
        },
        {
            "start": 873815173,
            "stop": 873815174
        },
        {
            "start": 873815176,
            "stop": 873815205
        },
        {
            "start": 873815207,
            "stop": 873815465
        },
        {
            "start": 873815466,
            "stop": 873815562
        },
        {
            "start": 873815563,
            "stop": 873815867
        },
        {
            "start": 873815868,
            "stop": 873815987
        },
        {
            "start": 873815988,
            "stop": 873816082
        }
    ]
}