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=7548
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=7549",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7547",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7548,
    "results": [
        {
            "start": 970461383,
            "stop": 970461482
        },
        {
            "start": 970461485,
            "stop": 970461736
        },
        {
            "start": 970461739,
            "stop": 970461757
        },
        {
            "start": 970461760,
            "stop": 970461772
        },
        {
            "start": 970461775,
            "stop": 970461791
        },
        {
            "start": 970461794,
            "stop": 970461949
        },
        {
            "start": 970461952,
            "stop": 970462047
        },
        {
            "start": 970462050,
            "stop": 970462090
        },
        {
            "start": 970462093,
            "stop": 970462142
        },
        {
            "start": 970462145,
            "stop": 970462165
        },
        {
            "start": 970462168,
            "stop": 970462187
        },
        {
            "start": 970462190,
            "stop": 970462201
        },
        {
            "start": 970462204,
            "stop": 970462367
        },
        {
            "start": 970462370,
            "stop": 970462379
        },
        {
            "start": 970462382,
            "stop": 970462396
        },
        {
            "start": 970462399,
            "stop": 970462553
        },
        {
            "start": 970462556,
            "stop": 970462593
        },
        {
            "start": 970462596,
            "stop": 970462620
        },
        {
            "start": 970462623,
            "stop": 970462658
        },
        {
            "start": 970462661,
            "stop": 970462728
        }
    ]
}