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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7575",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7573",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7574,
    "results": [
        {
            "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": 970471659
        },
        {
            "start": 970471677,
            "stop": 970471682
        },
        {
            "start": 970471685,
            "stop": 970471709
        },
        {
            "start": 970471714,
            "stop": 970471733
        },
        {
            "start": 970471736,
            "stop": 970471743
        },
        {
            "start": 970471749,
            "stop": 970471780
        },
        {
            "start": 970471783,
            "stop": 970471800
        },
        {
            "start": 970471804,
            "stop": 970471842
        },
        {
            "start": 970471848,
            "stop": 970471855
        },
        {
            "start": 970471858,
            "stop": 970471880
        },
        {
            "start": 970471886,
            "stop": 970471893
        }
    ]
}