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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7500",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7498",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7499,
    "results": [
        {
            "start": 970222319,
            "stop": 970223384
        },
        {
            "start": 970223387,
            "stop": 970223404
        },
        {
            "start": 970223410,
            "stop": 970223431
        },
        {
            "start": 970223440,
            "stop": 970223445
        },
        {
            "start": 970223460,
            "stop": 970223476
        },
        {
            "start": 970223493,
            "stop": 970223738
        },
        {
            "start": 970223741,
            "stop": 970223756
        },
        {
            "start": 970223759,
            "stop": 970223889
        },
        {
            "start": 970223892,
            "stop": 970223982
        },
        {
            "start": 970223988,
            "stop": 970224173
        },
        {
            "start": 970224179,
            "stop": 970224713
        },
        {
            "start": 970224716,
            "stop": 970224921
        },
        {
            "start": 970224924,
            "stop": 970225216
        },
        {
            "start": 970225222,
            "stop": 970225239
        },
        {
            "start": 970225242,
            "stop": 970225902
        },
        {
            "start": 970225905,
            "stop": 970225907
        },
        {
            "start": 970225910,
            "stop": 970226348
        },
        {
            "start": 970226354,
            "stop": 970226374
        },
        {
            "start": 970226380,
            "stop": 970226580
        },
        {
            "start": 970226586,
            "stop": 970226627
        }
    ]
}