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=8098
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=8099",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8097",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8098,
    "results": [
        {
            "start": 872589685,
            "stop": 872589708
        },
        {
            "start": 872589740,
            "stop": 872589869
        },
        {
            "start": 872589886,
            "stop": 872590013
        },
        {
            "start": 872590032,
            "stop": 872590101
        },
        {
            "start": 872590125,
            "stop": 872590146
        },
        {
            "start": 872590169,
            "stop": 872590220
        },
        {
            "start": 872590239,
            "stop": 872590343
        },
        {
            "start": 872590362,
            "stop": 872591179
        },
        {
            "start": 872591286,
            "stop": 872591409
        },
        {
            "start": 872591428,
            "stop": 872591490
        },
        {
            "start": 872591507,
            "stop": 872591983
        },
        {
            "start": 872592002,
            "stop": 872592029
        },
        {
            "start": 872592048,
            "stop": 872592057
        },
        {
            "start": 872592078,
            "stop": 872592233
        },
        {
            "start": 872592252,
            "stop": 872592325
        },
        {
            "start": 872592342,
            "stop": 872592348
        },
        {
            "start": 872592365,
            "stop": 872592551
        },
        {
            "start": 872592570,
            "stop": 872592990
        },
        {
            "start": 872593009,
            "stop": 872593096
        },
        {
            "start": 872593150,
            "stop": 872593161
        }
    ]
}