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=7553
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=7554",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7552",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7553,
    "results": [
        {
            "start": 970413761,
            "stop": 970413777
        },
        {
            "start": 970413780,
            "stop": 970413801
        },
        {
            "start": 970413807,
            "stop": 970413816
        },
        {
            "start": 970413819,
            "stop": 970413822
        },
        {
            "start": 970413827,
            "stop": 970413845
        },
        {
            "start": 970413850,
            "stop": 970413884
        },
        {
            "start": 970414096,
            "stop": 970414153
        },
        {
            "start": 970416316,
            "stop": 970416407
        },
        {
            "start": 970416410,
            "stop": 970416441
        },
        {
            "start": 970416444,
            "stop": 970416450
        },
        {
            "start": 970416453,
            "stop": 970416461
        },
        {
            "start": 970416501,
            "stop": 970416554
        },
        {
            "start": 970416557,
            "stop": 970416593
        },
        {
            "start": 970416596,
            "stop": 970416597
        },
        {
            "start": 970416600,
            "stop": 970416606
        },
        {
            "start": 970416609,
            "stop": 970416615
        },
        {
            "start": 970416618,
            "stop": 970416623
        },
        {
            "start": 970416626,
            "stop": 970416644
        },
        {
            "start": 970416647,
            "stop": 970416696
        },
        {
            "start": 970416699,
            "stop": 970416721
        }
    ]
}