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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=311",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 312,
    "results": [
        {
            "start": 818244924,
            "stop": 818244926
        },
        {
            "start": 818244932,
            "stop": 818244933
        },
        {
            "start": 818244941,
            "stop": 818244942
        },
        {
            "start": 818244946,
            "stop": 818244947
        },
        {
            "start": 818244956,
            "stop": 818244958
        },
        {
            "start": 818244961,
            "stop": 818244962
        },
        {
            "start": 818244974,
            "stop": 818244977
        },
        {
            "start": 818244980,
            "stop": 818244983
        },
        {
            "start": 818244989,
            "stop": 818244993
        },
        {
            "start": 818245009,
            "stop": 818245011
        },
        {
            "start": 818245015,
            "stop": 818245017
        },
        {
            "start": 818245021,
            "stop": 818245029
        },
        {
            "start": 818245037,
            "stop": 818245040
        },
        {
            "start": 818245043,
            "stop": 818245044
        },
        {
            "start": 818245047,
            "stop": 818245050
        },
        {
            "start": 818245059,
            "stop": 818245066
        },
        {
            "start": 818245080,
            "stop": 818245081
        },
        {
            "start": 818245084,
            "stop": 818245087
        },
        {
            "start": 818245094,
            "stop": 818245098
        },
        {
            "start": 818245101,
            "stop": 818245103
        }
    ]
}