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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=244",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 245,
    "results": [
        {
            "start": 818221831,
            "stop": 818221835
        },
        {
            "start": 818221858,
            "stop": 818221860
        },
        {
            "start": 818221867,
            "stop": 818221870
        },
        {
            "start": 818221873,
            "stop": 818221876
        },
        {
            "start": 818221898,
            "stop": 818221900
        },
        {
            "start": 818221904,
            "stop": 818221905
        },
        {
            "start": 818221918,
            "stop": 818221920
        },
        {
            "start": 818221924,
            "stop": 818221929
        },
        {
            "start": 818221934,
            "stop": 818221937
        },
        {
            "start": 818221948,
            "stop": 818221951
        },
        {
            "start": 818221961,
            "stop": 818221962
        },
        {
            "start": 818221975,
            "stop": 818221976
        },
        {
            "start": 818221985,
            "stop": 818221992
        },
        {
            "start": 818221995,
            "stop": 818222000
        },
        {
            "start": 818222012,
            "stop": 818222015
        },
        {
            "start": 818222018,
            "stop": 818222024
        },
        {
            "start": 818222029,
            "stop": 818222040
        },
        {
            "start": 818222056,
            "stop": 818222057
        },
        {
            "start": 818222061,
            "stop": 818222063
        },
        {
            "start": 818222069,
            "stop": 818222072
        }
    ]
}