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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3713",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3711",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3712,
    "results": [
        {
            "start": 873301335,
            "stop": 873301389
        },
        {
            "start": 873301406,
            "stop": 873301447
        },
        {
            "start": 873301472,
            "stop": 873301653
        },
        {
            "start": 873301670,
            "stop": 873301712
        },
        {
            "start": 873301729,
            "stop": 873301817
        },
        {
            "start": 873301853,
            "stop": 873301855
        },
        {
            "start": 873301889,
            "stop": 873302024
        },
        {
            "start": 873302041,
            "stop": 873302219
        },
        {
            "start": 873302246,
            "stop": 873302256
        },
        {
            "start": 873302280,
            "stop": 873302325
        },
        {
            "start": 873302342,
            "stop": 873302643
        },
        {
            "start": 873302665,
            "stop": 873302705
        },
        {
            "start": 873302722,
            "stop": 873302759
        },
        {
            "start": 873302796,
            "stop": 873302846
        },
        {
            "start": 873302863,
            "stop": 873302884
        },
        {
            "start": 873302901,
            "stop": 873302908
        },
        {
            "start": 873302925,
            "stop": 873302926
        },
        {
            "start": 873302968,
            "stop": 873302971
        },
        {
            "start": 873302989,
            "stop": 873303034
        },
        {
            "start": 873303057,
            "stop": 873303796
        }
    ]
}