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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=227",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 228,
    "results": [
        {
            "start": 817813057,
            "stop": 817813062
        },
        {
            "start": 817813065,
            "stop": 817813068
        },
        {
            "start": 817813277,
            "stop": 817813297
        },
        {
            "start": 817813318,
            "stop": 817813320
        },
        {
            "start": 817813729,
            "stop": 817813735
        },
        {
            "start": 817814119,
            "stop": 817814120
        },
        {
            "start": 817814880,
            "stop": 817814883
        },
        {
            "start": 817814886,
            "stop": 817814898
        },
        {
            "start": 817814935,
            "stop": 817814940
        },
        {
            "start": 817815280,
            "stop": 817815288
        },
        {
            "start": 817815320,
            "stop": 817815347
        },
        {
            "start": 817815669,
            "stop": 817815676
        },
        {
            "start": 817815799,
            "stop": 817815849
        },
        {
            "start": 817815853,
            "stop": 817815867
        },
        {
            "start": 817815940,
            "stop": 817815971
        },
        {
            "start": 817816034,
            "stop": 817816038
        },
        {
            "start": 817816042,
            "stop": 817816044
        },
        {
            "start": 817816047,
            "stop": 817816049
        },
        {
            "start": 817816053,
            "stop": 817816055
        },
        {
            "start": 817816059,
            "stop": 817816064
        }
    ]
}