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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7589",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7587",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7588,
    "results": [
        {
            "start": 970602534,
            "stop": 970602554
        },
        {
            "start": 970602557,
            "stop": 970602562
        },
        {
            "start": 970602565,
            "stop": 970602574
        },
        {
            "start": 970602577,
            "stop": 970602604
        },
        {
            "start": 970602607,
            "stop": 970602638
        },
        {
            "start": 970602641,
            "stop": 970602651
        },
        {
            "start": 970602654,
            "stop": 970602709
        },
        {
            "start": 970602712,
            "stop": 970602718
        },
        {
            "start": 970602721,
            "stop": 970602728
        },
        {
            "start": 970602731,
            "stop": 970602745
        },
        {
            "start": 970602748,
            "stop": 970602778
        },
        {
            "start": 970602781,
            "stop": 970602794
        },
        {
            "start": 970602797,
            "stop": 970602810
        },
        {
            "start": 970602813,
            "stop": 970602827
        },
        {
            "start": 970602830,
            "stop": 970602847
        },
        {
            "start": 970602850,
            "stop": 970602863
        },
        {
            "start": 970602866,
            "stop": 970602873
        },
        {
            "start": 970602876,
            "stop": 970602890
        },
        {
            "start": 970602893,
            "stop": 970602898
        },
        {
            "start": 970602901,
            "stop": 970602916
        }
    ]
}