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=7579
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=7580",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7578",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7579,
    "results": [
        {
            "start": 970541211,
            "stop": 970541352
        },
        {
            "start": 970541355,
            "stop": 970541789
        },
        {
            "start": 970541792,
            "stop": 970541992
        },
        {
            "start": 970541998,
            "stop": 970542002
        },
        {
            "start": 970542008,
            "stop": 970542013
        },
        {
            "start": 970542019,
            "stop": 970542026
        },
        {
            "start": 970542032,
            "stop": 970542039
        },
        {
            "start": 970542042,
            "stop": 970542060
        },
        {
            "start": 970542063,
            "stop": 970542068
        },
        {
            "start": 970542074,
            "stop": 970542082
        },
        {
            "start": 970542091,
            "stop": 970542130
        },
        {
            "start": 970542140,
            "stop": 970543054
        },
        {
            "start": 970543064,
            "stop": 970543189
        },
        {
            "start": 970543192,
            "stop": 970543805
        },
        {
            "start": 970543814,
            "stop": 970543816
        },
        {
            "start": 970543822,
            "stop": 970543826
        },
        {
            "start": 970543832,
            "stop": 970543838
        },
        {
            "start": 970543844,
            "stop": 970543862
        },
        {
            "start": 970543872,
            "stop": 970543876
        },
        {
            "start": 970543883,
            "stop": 970543908
        }
    ]
}