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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7509",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7507",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7508,
    "results": [
        {
            "start": 970324161,
            "stop": 970324260
        },
        {
            "start": 970324263,
            "stop": 970324311
        },
        {
            "start": 970324314,
            "stop": 970324342
        },
        {
            "start": 970324345,
            "stop": 970324516
        },
        {
            "start": 970324586,
            "stop": 970324762
        },
        {
            "start": 970324765,
            "stop": 970324780
        },
        {
            "start": 970324783,
            "stop": 970324943
        },
        {
            "start": 970325023,
            "stop": 970325056
        },
        {
            "start": 970325149,
            "stop": 970325152
        },
        {
            "start": 970325155,
            "stop": 970325156
        },
        {
            "start": 970325167,
            "stop": 970325236
        },
        {
            "start": 970325359,
            "stop": 970325360
        },
        {
            "start": 970325370,
            "stop": 970325375
        },
        {
            "start": 970325596,
            "stop": 970325631
        },
        {
            "start": 970325642,
            "stop": 970325780
        },
        {
            "start": 970325783,
            "stop": 970325816
        },
        {
            "start": 970325822,
            "stop": 970325836
        },
        {
            "start": 970325903,
            "stop": 970325922
        },
        {
            "start": 970325925,
            "stop": 970325943
        },
        {
            "start": 970325983,
            "stop": 970326034
        }
    ]
}