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=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=21",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 22,
    "results": [
        {
            "start": 816528561,
            "stop": 816534883
        },
        {
            "start": 816535419,
            "stop": 816536299
        },
        {
            "start": 816536300,
            "stop": 816539873
        },
        {
            "start": 816539876,
            "stop": 816540619
        },
        {
            "start": 816541199,
            "stop": 816545843
        },
        {
            "start": 816545845,
            "stop": 816548396
        },
        {
            "start": 816548914,
            "stop": 816562096
        },
        {
            "start": 816562097,
            "stop": 816563011
        },
        {
            "start": 816563484,
            "stop": 816571954
        },
        {
            "start": 816572486,
            "stop": 816575015
        },
        {
            "start": 816575017,
            "stop": 816575975
        },
        {
            "start": 816575977,
            "stop": 816578879
        },
        {
            "start": 816578882,
            "stop": 816594237
        },
        {
            "start": 816594240,
            "stop": 816611487
        },
        {
            "start": 816611489,
            "stop": 816612149
        },
        {
            "start": 816612152,
            "stop": 816613233
        },
        {
            "start": 816613236,
            "stop": 816622884
        },
        {
            "start": 816622887,
            "stop": 816623022
        },
        {
            "start": 816625182,
            "stop": 816630017
        },
        {
            "start": 816630491,
            "stop": 816630555
        }
    ]
}