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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=222",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 223,
    "results": [
        {
            "start": 820776440,
            "stop": 820778911
        },
        {
            "start": 820778914,
            "stop": 820781330
        },
        {
            "start": 820781333,
            "stop": 820782466
        },
        {
            "start": 820782483,
            "stop": 820782733
        },
        {
            "start": 820782941,
            "stop": 820786649
        },
        {
            "start": 820786741,
            "stop": 820786747
        },
        {
            "start": 820786768,
            "stop": 820790372
        },
        {
            "start": 820790375,
            "stop": 820796972
        },
        {
            "start": 820796975,
            "stop": 820804930
        },
        {
            "start": 820806311,
            "stop": 820810553
        },
        {
            "start": 820810556,
            "stop": 820818615
        },
        {
            "start": 820818632,
            "stop": 820828011
        },
        {
            "start": 820829068,
            "stop": 820832733
        },
        {
            "start": 820832737,
            "stop": 820834384
        },
        {
            "start": 820834388,
            "stop": 820835922
        },
        {
            "start": 820835925,
            "stop": 820838071
        },
        {
            "start": 820838074,
            "stop": 820839484
        },
        {
            "start": 820839487,
            "stop": 820841292
        },
        {
            "start": 820841295,
            "stop": 820842872
        },
        {
            "start": 820842875,
            "stop": 820843936
        }
    ]
}