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=8947
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=8948",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8946",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8947,
    "results": [
        {
            "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
        },
        {
            "start": 873724348,
            "stop": 873724357
        },
        {
            "start": 873724406,
            "stop": 873724436
        },
        {
            "start": 873724527,
            "stop": 873724596
        },
        {
            "start": 873724616,
            "stop": 873724628
        },
        {
            "start": 873724657,
            "stop": 873724685
        },
        {
            "start": 873724704,
            "stop": 873724712
        },
        {
            "start": 873724759,
            "stop": 873724840
        }
    ]
}