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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8297",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8298,
    "results": [
        {
            "start": 874093275,
            "stop": 874093950
        },
        {
            "start": 874093967,
            "stop": 874094500
        },
        {
            "start": 874094517,
            "stop": 874094710
        },
        {
            "start": 874094727,
            "stop": 874095118
        },
        {
            "start": 874095135,
            "stop": 874095168
        },
        {
            "start": 874095185,
            "stop": 874095301
        },
        {
            "start": 874095318,
            "stop": 874095331
        },
        {
            "start": 874095348,
            "stop": 874095759
        },
        {
            "start": 874095776,
            "stop": 874096077
        },
        {
            "start": 874096094,
            "stop": 874096200
        },
        {
            "start": 874096418,
            "stop": 874096482
        },
        {
            "start": 874096667,
            "stop": 874096787
        },
        {
            "start": 874096806,
            "stop": 874097091
        },
        {
            "start": 874097108,
            "stop": 874097413
        },
        {
            "start": 874097430,
            "stop": 874097453
        },
        {
            "start": 874097470,
            "stop": 874097478
        },
        {
            "start": 874097496,
            "stop": 874097524
        },
        {
            "start": 874097550,
            "stop": 874097690
        },
        {
            "start": 874097709,
            "stop": 874098061
        },
        {
            "start": 874098078,
            "stop": 874098369
        }
    ]
}