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=8227
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=8228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8226",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8227,
    "results": [
        {
            "start": 873723072,
            "stop": 873723083
        },
        {
            "start": 873723125,
            "stop": 873723134
        },
        {
            "start": 873723187,
            "stop": 873723189
        },
        {
            "start": 873723228,
            "stop": 873723247
        },
        {
            "start": 873723277,
            "stop": 873723296
        },
        {
            "start": 873723324,
            "stop": 873723326
        },
        {
            "start": 873723363,
            "stop": 873723379
        },
        {
            "start": 873723478,
            "stop": 873723487
        },
        {
            "start": 873723512,
            "stop": 873723531
        },
        {
            "start": 873723599,
            "stop": 873723614
        },
        {
            "start": 873723690,
            "stop": 873723709
        },
        {
            "start": 873723742,
            "stop": 873723743
        },
        {
            "start": 873723763,
            "stop": 873723767
        },
        {
            "start": 873723840,
            "stop": 873723843
        },
        {
            "start": 873723914,
            "stop": 873723932
        },
        {
            "start": 873723957,
            "stop": 873724021
        },
        {
            "start": 873724077,
            "stop": 873724088
        },
        {
            "start": 873724112,
            "stop": 873724115
        },
        {
            "start": 873724138,
            "stop": 873724149
        },
        {
            "start": 873724168,
            "stop": 873724315
        }
    ]
}