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=3613
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=3614",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3612",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3613,
    "results": [
        {
            "start": 970471343,
            "stop": 970471364
        },
        {
            "start": 970471367,
            "stop": 970471382
        },
        {
            "start": 970471388,
            "stop": 970471417
        },
        {
            "start": 970471420,
            "stop": 970471429
        },
        {
            "start": 970471432,
            "stop": 970471450
        },
        {
            "start": 970471453,
            "stop": 970471485
        },
        {
            "start": 970471488,
            "stop": 970471492
        },
        {
            "start": 970471495,
            "stop": 970471513
        },
        {
            "start": 970471516,
            "stop": 970471519
        },
        {
            "start": 970471523,
            "stop": 970471534
        },
        {
            "start": 970471540,
            "stop": 970471557
        },
        {
            "start": 970471560,
            "stop": 970471582
        },
        {
            "start": 970471585,
            "stop": 970471647
        },
        {
            "start": 970471650,
            "stop": 970471667
        },
        {
            "start": 970471669,
            "stop": 970471682
        },
        {
            "start": 970471685,
            "stop": 970471709
        },
        {
            "start": 970471714,
            "stop": 970471733
        },
        {
            "start": 970471736,
            "stop": 970471743
        },
        {
            "start": 970471749,
            "stop": 970471780
        },
        {
            "start": 970471783,
            "stop": 970471800
        }
    ]
}