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=560
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=561",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=559",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 560,
    "results": [
        {
            "start": 827290818,
            "stop": 827290833
        },
        {
            "start": 827290859,
            "stop": 827290864
        },
        {
            "start": 827290883,
            "stop": 827291567
        },
        {
            "start": 827291601,
            "stop": 827291605
        },
        {
            "start": 827295526,
            "stop": 827295842
        },
        {
            "start": 827295845,
            "stop": 827299333
        },
        {
            "start": 827299378,
            "stop": 827299420
        },
        {
            "start": 827299448,
            "stop": 827299498
        },
        {
            "start": 827299517,
            "stop": 827299547
        },
        {
            "start": 827299566,
            "stop": 827300144
        },
        {
            "start": 827300218,
            "stop": 827300442
        },
        {
            "start": 827300461,
            "stop": 827300528
        },
        {
            "start": 827300547,
            "stop": 827300559
        },
        {
            "start": 827300595,
            "stop": 827303107
        },
        {
            "start": 827303140,
            "stop": 827303163
        },
        {
            "start": 827303182,
            "stop": 827306338
        },
        {
            "start": 827306341,
            "stop": 827308033
        },
        {
            "start": 827308037,
            "stop": 827308890
        },
        {
            "start": 827308919,
            "stop": 827310620
        },
        {
            "start": 827310668,
            "stop": 827310752
        }
    ]
}