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=7582
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=7583",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7581",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7582,
    "results": [
        {
            "start": 970559465,
            "stop": 970559475
        },
        {
            "start": 970559481,
            "stop": 970559560
        },
        {
            "start": 970559563,
            "stop": 970559969
        },
        {
            "start": 970559976,
            "stop": 970560131
        },
        {
            "start": 970560137,
            "stop": 970560999
        },
        {
            "start": 970561005,
            "stop": 970561013
        },
        {
            "start": 970561024,
            "stop": 970561026
        },
        {
            "start": 970561032,
            "stop": 970561035
        },
        {
            "start": 970561041,
            "stop": 970561068
        },
        {
            "start": 970561076,
            "stop": 970561091
        },
        {
            "start": 970561101,
            "stop": 970561763
        },
        {
            "start": 970561769,
            "stop": 970561770
        },
        {
            "start": 970561776,
            "stop": 970561788
        },
        {
            "start": 970561794,
            "stop": 970561805
        },
        {
            "start": 970561815,
            "stop": 970561820
        },
        {
            "start": 970561826,
            "stop": 970561838
        },
        {
            "start": 970561844,
            "stop": 970561854
        },
        {
            "start": 970561860,
            "stop": 970561874
        },
        {
            "start": 970561880,
            "stop": 970561904
        },
        {
            "start": 970561910,
            "stop": 970561914
        }
    ]
}