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=28
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=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=27",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 28,
    "results": [
        {
            "start": 817218781,
            "stop": 817219442
        },
        {
            "start": 817219445,
            "stop": 817224052
        },
        {
            "start": 817224553,
            "stop": 817224743
        },
        {
            "start": 817227569,
            "stop": 817229695
        },
        {
            "start": 817229698,
            "stop": 817231407
        },
        {
            "start": 817231409,
            "stop": 817231632
        },
        {
            "start": 817239342,
            "stop": 817239719
        },
        {
            "start": 817239720,
            "stop": 817242035
        },
        {
            "start": 817242037,
            "stop": 817242996
        },
        {
            "start": 817244374,
            "stop": 817252356
        },
        {
            "start": 817252761,
            "stop": 817253832
        },
        {
            "start": 817254324,
            "stop": 817254334
        },
        {
            "start": 817254763,
            "stop": 817265935
        },
        {
            "start": 817265936,
            "stop": 817275209
        },
        {
            "start": 817275749,
            "stop": 817281063
        },
        {
            "start": 817281065,
            "stop": 817290331
        },
        {
            "start": 817290333,
            "stop": 817312457
        },
        {
            "start": 817313169,
            "stop": 817314532
        },
        {
            "start": 817314942,
            "stop": 817315241
        },
        {
            "start": 817334958,
            "stop": 817340364
        }
    ]
}