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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=238",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 239,
    "results": [
        {
            "start": 817815435,
            "stop": 817815440
        },
        {
            "start": 817815477,
            "stop": 817815495
        },
        {
            "start": 817815506,
            "stop": 817815513
        },
        {
            "start": 817815516,
            "stop": 817815519
        },
        {
            "start": 817815522,
            "stop": 817815531
        },
        {
            "start": 817815538,
            "stop": 817815544
        },
        {
            "start": 817815547,
            "stop": 817815550
        },
        {
            "start": 817815582,
            "stop": 817815588
        },
        {
            "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
        },
        {
            "start": 817816183,
            "stop": 817816197
        },
        {
            "start": 817816201,
            "stop": 817816311
        },
        {
            "start": 817816331,
            "stop": 817816351
        }
    ]
}