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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=222",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 223,
    "results": [
        {
            "start": 1240108461,
            "stop": 1240108464
        },
        {
            "start": 1240108465,
            "stop": 1240108482
        },
        {
            "start": 1240108484,
            "stop": 1240108487
        },
        {
            "start": 1240108488,
            "stop": 1240108586
        },
        {
            "start": 1240108589,
            "stop": 1240108663
        },
        {
            "start": 1240108666,
            "stop": 1240108672
        },
        {
            "start": 1240108673,
            "stop": 1240108690
        },
        {
            "start": 1240108692,
            "stop": 1240108694
        },
        {
            "start": 1240108695,
            "stop": 1240108733
        },
        {
            "start": 1240108734,
            "stop": 1240108735
        },
        {
            "start": 1240108736,
            "stop": 1240108808
        },
        {
            "start": 1240108809,
            "stop": 1240108812
        },
        {
            "start": 1240108815,
            "stop": 1240108832
        },
        {
            "start": 1240108833,
            "stop": 1240108838
        },
        {
            "start": 1240108839,
            "stop": 1240108913
        },
        {
            "start": 1240108917,
            "stop": 1240108959
        },
        {
            "start": 1240108961,
            "stop": 1240109042
        },
        {
            "start": 1240109043,
            "stop": 1240109045
        },
        {
            "start": 1240109048,
            "stop": 1240109084
        },
        {
            "start": 1240109085,
            "stop": 1240109089
        }
    ]
}