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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3629",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3627",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3628,
    "results": [
        {
            "start": 970490551,
            "stop": 970490552
        },
        {
            "start": 970490558,
            "stop": 970490569
        },
        {
            "start": 970490574,
            "stop": 970490578
        },
        {
            "start": 970490581,
            "stop": 970490584
        },
        {
            "start": 970490587,
            "stop": 970490600
        },
        {
            "start": 970490606,
            "stop": 970490609
        },
        {
            "start": 970490618,
            "stop": 970490619
        },
        {
            "start": 970490624,
            "stop": 970490625
        },
        {
            "start": 970490628,
            "stop": 970490630
        },
        {
            "start": 970490636,
            "stop": 970490638
        },
        {
            "start": 970490642,
            "stop": 970490644
        },
        {
            "start": 970490650,
            "stop": 970490655
        },
        {
            "start": 970490664,
            "stop": 970490667
        },
        {
            "start": 970490670,
            "stop": 970490671
        },
        {
            "start": 970490676,
            "stop": 970490678
        },
        {
            "start": 970490681,
            "stop": 970490687
        },
        {
            "start": 970490697,
            "stop": 970490702
        },
        {
            "start": 970490705,
            "stop": 970490706
        },
        {
            "start": 970490709,
            "stop": 970490712
        },
        {
            "start": 970490716,
            "stop": 970490718
        }
    ]
}