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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=154",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 155,
    "results": [
        {
            "start": 817201404,
            "stop": 817201405
        },
        {
            "start": 817201666,
            "stop": 817201687
        },
        {
            "start": 817201711,
            "stop": 817201719
        },
        {
            "start": 817201741,
            "stop": 817201762
        },
        {
            "start": 817201783,
            "stop": 817201785
        },
        {
            "start": 817201808,
            "stop": 817201845
        },
        {
            "start": 817201870,
            "stop": 817201882
        },
        {
            "start": 817201916,
            "stop": 817201917
        },
        {
            "start": 817201936,
            "stop": 817201942
        },
        {
            "start": 817201991,
            "stop": 817202018
        },
        {
            "start": 817202095,
            "stop": 817202104
        },
        {
            "start": 817202137,
            "stop": 817202142
        },
        {
            "start": 817202213,
            "stop": 817202228
        },
        {
            "start": 817202301,
            "stop": 817202312
        },
        {
            "start": 817202368,
            "stop": 817202388
        },
        {
            "start": 817202429,
            "stop": 817202434
        },
        {
            "start": 817203056,
            "stop": 817203058
        },
        {
            "start": 817203128,
            "stop": 817203181
        },
        {
            "start": 817203230,
            "stop": 817203235
        },
        {
            "start": 817203258,
            "stop": 817203316
        }
    ]
}