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=311
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=312",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=310",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 311,
    "results": [
        {
            "start": 1240584502,
            "stop": 1240584503
        },
        {
            "start": 1240584508,
            "stop": 1240584510
        },
        {
            "start": 1240584511,
            "stop": 1240584530
        },
        {
            "start": 1240584531,
            "stop": 1240584550
        },
        {
            "start": 1240584551,
            "stop": 1240584578
        },
        {
            "start": 1240584580,
            "stop": 1240584588
        },
        {
            "start": 1240584590,
            "stop": 1240584771
        },
        {
            "start": 1240584774,
            "stop": 1240584775
        },
        {
            "start": 1240584776,
            "stop": 1240584951
        },
        {
            "start": 1240584952,
            "stop": 1240584953
        },
        {
            "start": 1240584954,
            "stop": 1240585050
        },
        {
            "start": 1240585051,
            "stop": 1240585052
        },
        {
            "start": 1240585053,
            "stop": 1240585127
        },
        {
            "start": 1240585130,
            "stop": 1240585131
        },
        {
            "start": 1240585134,
            "stop": 1240585135
        },
        {
            "start": 1240585136,
            "stop": 1240585180
        },
        {
            "start": 1240585181,
            "stop": 1240585183
        },
        {
            "start": 1240585185,
            "stop": 1240585188
        },
        {
            "start": 1240585189,
            "stop": 1240585190
        },
        {
            "start": 1240585191,
            "stop": 1240585316
        }
    ]
}