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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1346",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1344",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1345,
    "results": [
        {
            "start": 965052960,
            "stop": 965052967
        },
        {
            "start": 965052968,
            "stop": 965052971
        },
        {
            "start": 965052972,
            "stop": 965052976
        },
        {
            "start": 965052977,
            "stop": 965052987
        },
        {
            "start": 965052988,
            "stop": 965052998
        },
        {
            "start": 965053001,
            "stop": 965053007
        },
        {
            "start": 965053008,
            "stop": 965053014
        },
        {
            "start": 965053015,
            "stop": 965053023
        },
        {
            "start": 965053024,
            "stop": 965053032
        },
        {
            "start": 965053033,
            "stop": 965053109
        },
        {
            "start": 965053110,
            "stop": 965053132
        },
        {
            "start": 965053133,
            "stop": 965053134
        },
        {
            "start": 965053135,
            "stop": 965053165
        },
        {
            "start": 965053166,
            "stop": 965053176
        },
        {
            "start": 965053178,
            "stop": 965053186
        },
        {
            "start": 965053187,
            "stop": 965053203
        },
        {
            "start": 965053204,
            "stop": 965053233
        },
        {
            "start": 965053234,
            "stop": 965053241
        },
        {
            "start": 965053242,
            "stop": 965053265
        },
        {
            "start": 965053267,
            "stop": 965053288
        }
    ]
}