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=8228
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=8229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8227",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8228,
    "results": [
        {
            "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
        },
        {
            "start": 873728961,
            "stop": 873728987
        },
        {
            "start": 873729004,
            "stop": 873729009
        },
        {
            "start": 873729028,
            "stop": 873729030
        },
        {
            "start": 873729053,
            "stop": 873729086
        },
        {
            "start": 873729103,
            "stop": 873729121
        },
        {
            "start": 873729139,
            "stop": 873729140
        },
        {
            "start": 873729261,
            "stop": 873729271
        },
        {
            "start": 873729294,
            "stop": 873729335
        },
        {
            "start": 873729361,
            "stop": 873729380
        },
        {
            "start": 873729412,
            "stop": 873729465
        },
        {
            "start": 873729495,
            "stop": 873729511
        },
        {
            "start": 873729530,
            "stop": 873729540
        },
        {
            "start": 873729673,
            "stop": 873729683
        }
    ]
}