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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=159",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 160,
    "results": [
        {
            "start": 1239813854,
            "stop": 1239813855
        },
        {
            "start": 1239813856,
            "stop": 1239813936
        },
        {
            "start": 1239813937,
            "stop": 1239814060
        },
        {
            "start": 1239814063,
            "stop": 1239814064
        },
        {
            "start": 1239814065,
            "stop": 1239814127
        },
        {
            "start": 1239814128,
            "stop": 1239814129
        },
        {
            "start": 1239814130,
            "stop": 1239814150
        },
        {
            "start": 1239814151,
            "stop": 1239814214
        },
        {
            "start": 1239814215,
            "stop": 1239814217
        },
        {
            "start": 1239814218,
            "stop": 1239814257
        },
        {
            "start": 1239814259,
            "stop": 1239814260
        },
        {
            "start": 1239814261,
            "stop": 1239814498
        },
        {
            "start": 1239814499,
            "stop": 1239814643
        },
        {
            "start": 1239814644,
            "stop": 1239814648
        },
        {
            "start": 1239814649,
            "stop": 1239814660
        },
        {
            "start": 1239814662,
            "stop": 1239814663
        },
        {
            "start": 1239814664,
            "stop": 1239814696
        },
        {
            "start": 1239814697,
            "stop": 1239814699
        },
        {
            "start": 1239814700,
            "stop": 1239814808
        },
        {
            "start": 1239814809,
            "stop": 1239814811
        }
    ]
}