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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14631",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14629",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14630,
    "results": [
        {
            "start": 971164024,
            "stop": 971164029
        },
        {
            "start": 971164031,
            "stop": 971164032
        },
        {
            "start": 971164034,
            "stop": 971164035
        },
        {
            "start": 971164039,
            "stop": 971164040
        },
        {
            "start": 971164041,
            "stop": 971164043
        },
        {
            "start": 971164044,
            "stop": 971164045
        },
        {
            "start": 971164046,
            "stop": 971164048
        },
        {
            "start": 971164053,
            "stop": 971164056
        },
        {
            "start": 971164061,
            "stop": 971164062
        },
        {
            "start": 971164068,
            "stop": 971164070
        },
        {
            "start": 971164074,
            "stop": 971164077
        },
        {
            "start": 971164081,
            "stop": 971164082
        },
        {
            "start": 971164083,
            "stop": 971164088
        },
        {
            "start": 971164089,
            "stop": 971164090
        },
        {
            "start": 971164091,
            "stop": 971164092
        },
        {
            "start": 971164095,
            "stop": 971164098
        },
        {
            "start": 971164099,
            "stop": 971164101
        },
        {
            "start": 971164108,
            "stop": 971164110
        },
        {
            "start": 971164116,
            "stop": 971164117
        },
        {
            "start": 971164119,
            "stop": 971164120
        }
    ]
}