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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=560",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=558",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 559,
    "results": [
        {
            "start": 827287407,
            "stop": 827287641
        },
        {
            "start": 827287687,
            "stop": 827288762
        },
        {
            "start": 827288781,
            "stop": 827289006
        },
        {
            "start": 827289030,
            "stop": 827289035
        },
        {
            "start": 827289116,
            "stop": 827289453
        },
        {
            "start": 827289481,
            "stop": 827289488
        },
        {
            "start": 827289508,
            "stop": 827289512
        },
        {
            "start": 827289538,
            "stop": 827289563
        },
        {
            "start": 827289599,
            "stop": 827289714
        },
        {
            "start": 827289746,
            "stop": 827289784
        },
        {
            "start": 827289819,
            "stop": 827289821
        },
        {
            "start": 827289843,
            "stop": 827289845
        },
        {
            "start": 827289881,
            "stop": 827289913
        },
        {
            "start": 827289957,
            "stop": 827289958
        },
        {
            "start": 827289978,
            "stop": 827290212
        },
        {
            "start": 827290262,
            "stop": 827290428
        },
        {
            "start": 827290460,
            "stop": 827290465
        },
        {
            "start": 827290487,
            "stop": 827290521
        },
        {
            "start": 827290560,
            "stop": 827290564
        },
        {
            "start": 827290583,
            "stop": 827290798
        }
    ]
}