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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=563",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=561",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 562,
    "results": [
        {
            "start": 872894836,
            "stop": 872895077
        },
        {
            "start": 872895568,
            "stop": 872895588
        },
        {
            "start": 872895646,
            "stop": 872914593
        },
        {
            "start": 872917967,
            "stop": 872918013
        },
        {
            "start": 872918123,
            "stop": 872920062
        },
        {
            "start": 872920362,
            "stop": 872950760
        },
        {
            "start": 872950763,
            "stop": 872950764
        },
        {
            "start": 872950767,
            "stop": 872950803
        },
        {
            "start": 872950810,
            "stop": 872952057
        },
        {
            "start": 872952066,
            "stop": 872952983
        },
        {
            "start": 872972022,
            "stop": 872974152
        },
        {
            "start": 872974158,
            "stop": 872975084
        },
        {
            "start": 872975087,
            "stop": 872977765
        },
        {
            "start": 872977769,
            "stop": 872979516
        },
        {
            "start": 872980782,
            "stop": 872981830
        },
        {
            "start": 872981835,
            "stop": 872981857
        },
        {
            "start": 872981865,
            "stop": 872997221
        },
        {
            "start": 872997331,
            "stop": 872997389
        },
        {
            "start": 872997689,
            "stop": 872997720
        },
        {
            "start": 872997830,
            "stop": 872997868
        }
    ]
}