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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3735",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3733",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3734,
    "results": [
        {
            "start": 872730033,
            "stop": 872730034
        },
        {
            "start": 872730035,
            "stop": 872730036
        },
        {
            "start": 872730041,
            "stop": 872730048
        },
        {
            "start": 872730051,
            "stop": 872730059
        },
        {
            "start": 872730062,
            "stop": 872730068
        },
        {
            "start": 872730070,
            "stop": 872730076
        },
        {
            "start": 872730079,
            "stop": 872730134
        },
        {
            "start": 872730135,
            "stop": 872731484
        },
        {
            "start": 872747716,
            "stop": 872747718
        },
        {
            "start": 872747744,
            "stop": 872747746
        },
        {
            "start": 872747751,
            "stop": 872747752
        },
        {
            "start": 872747755,
            "stop": 872747756
        },
        {
            "start": 872747757,
            "stop": 872747758
        },
        {
            "start": 872747760,
            "stop": 872747761
        },
        {
            "start": 872747762,
            "stop": 872747763
        },
        {
            "start": 872747770,
            "stop": 872747773
        },
        {
            "start": 872747775,
            "stop": 872747776
        },
        {
            "start": 872747782,
            "stop": 872747783
        },
        {
            "start": 872747786,
            "stop": 872747788
        },
        {
            "start": 872747789,
            "stop": 872747791
        }
    ]
}