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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=445",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=443",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 444,
    "results": [
        {
            "start": 933326971,
            "stop": 933327146
        },
        {
            "start": 933327148,
            "stop": 933327510
        },
        {
            "start": 933327512,
            "stop": 933328815
        },
        {
            "start": 933329175,
            "stop": 933329791
        },
        {
            "start": 933329793,
            "stop": 933330540
        },
        {
            "start": 933330542,
            "stop": 933330900
        },
        {
            "start": 933330902,
            "stop": 933332415
        },
        {
            "start": 933332775,
            "stop": 933333090
        },
        {
            "start": 933333092,
            "stop": 933336015
        },
        {
            "start": 933336375,
            "stop": 933337530
        },
        {
            "start": 933337533,
            "stop": 933339615
        },
        {
            "start": 933339975,
            "stop": 933343215
        },
        {
            "start": 933343575,
            "stop": 933344372
        },
        {
            "start": 933344374,
            "stop": 933344402
        },
        {
            "start": 933344404,
            "stop": 933346415
        },
        {
            "start": 933346417,
            "stop": 933346815
        },
        {
            "start": 933352584,
            "stop": 933352954
        },
        {
            "start": 933354387,
            "stop": 933354527
        },
        {
            "start": 933354530,
            "stop": 933355354
        },
        {
            "start": 933355356,
            "stop": 933355369
        }
    ]
}