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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=265",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 266,
    "results": [
        {
            "start": 821685345,
            "stop": 821685361
        },
        {
            "start": 821685364,
            "stop": 821685365
        },
        {
            "start": 821685368,
            "stop": 821685382
        },
        {
            "start": 821685386,
            "stop": 821685389
        },
        {
            "start": 821685392,
            "stop": 821685397
        },
        {
            "start": 821685400,
            "stop": 821685424
        },
        {
            "start": 821685427,
            "stop": 821685429
        },
        {
            "start": 821685432,
            "stop": 821685440
        },
        {
            "start": 821685446,
            "stop": 821685454
        },
        {
            "start": 821685457,
            "stop": 821685459
        },
        {
            "start": 821685463,
            "stop": 821685464
        },
        {
            "start": 821685467,
            "stop": 821685474
        },
        {
            "start": 821685479,
            "stop": 821685486
        },
        {
            "start": 821685489,
            "stop": 821685490
        },
        {
            "start": 821685499,
            "stop": 821685501
        },
        {
            "start": 821685504,
            "stop": 821685512
        },
        {
            "start": 821685515,
            "stop": 821685523
        },
        {
            "start": 821685526,
            "stop": 821685530
        },
        {
            "start": 821685535,
            "stop": 821685540
        },
        {
            "start": 821685543,
            "stop": 821685547
        }
    ]
}