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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=132",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 133,
    "results": [
        {
            "start": 825943025,
            "stop": 825943028
        },
        {
            "start": 825943032,
            "stop": 825943035
        },
        {
            "start": 825943039,
            "stop": 825943042
        },
        {
            "start": 825943048,
            "stop": 825943049
        },
        {
            "start": 825943052,
            "stop": 825943056
        },
        {
            "start": 825943058,
            "stop": 825943061
        },
        {
            "start": 825943067,
            "stop": 825943070
        },
        {
            "start": 825943072,
            "stop": 825943080
        },
        {
            "start": 825943088,
            "stop": 825943101
        },
        {
            "start": 825943105,
            "stop": 825943107
        },
        {
            "start": 825943108,
            "stop": 825943110
        },
        {
            "start": 825943112,
            "stop": 825943114
        },
        {
            "start": 825943116,
            "stop": 825943119
        },
        {
            "start": 825943121,
            "stop": 825943123
        },
        {
            "start": 825943126,
            "stop": 825943139
        },
        {
            "start": 825943141,
            "stop": 825943143
        },
        {
            "start": 825943145,
            "stop": 825943151
        },
        {
            "start": 825943153,
            "stop": 825943154
        },
        {
            "start": 825943157,
            "stop": 825943162
        },
        {
            "start": 825943164,
            "stop": 825943167
        }
    ]
}