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=699
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=700",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=698",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 699,
    "results": [
        {
            "start": 848736008,
            "stop": 848736036
        },
        {
            "start": 848736106,
            "stop": 848736715
        },
        {
            "start": 848738271,
            "stop": 848741983
        },
        {
            "start": 848743127,
            "stop": 848744490
        },
        {
            "start": 848744550,
            "stop": 848744562
        },
        {
            "start": 848745876,
            "stop": 848750490
        },
        {
            "start": 848751890,
            "stop": 848755530
        },
        {
            "start": 848755590,
            "stop": 848755598
        },
        {
            "start": 848757717,
            "stop": 848764406
        },
        {
            "start": 848764409,
            "stop": 848764850
        },
        {
            "start": 848782331,
            "stop": 848785830
        },
        {
            "start": 848785890,
            "stop": 848785904
        },
        {
            "start": 848786786,
            "stop": 848789440
        },
        {
            "start": 848789953,
            "stop": 848795911
        },
        {
            "start": 848796231,
            "stop": 848797264
        },
        {
            "start": 848797664,
            "stop": 848797670
        },
        {
            "start": 848797990,
            "stop": 848798125
        },
        {
            "start": 848798525,
            "stop": 848798727
        },
        {
            "start": 848799379,
            "stop": 848816519
        },
        {
            "start": 848818003,
            "stop": 848823126
        }
    ]
}