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=7578
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=7579",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7577",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7578,
    "results": [
        {
            "start": 970497097,
            "stop": 970497099
        },
        {
            "start": 970497121,
            "stop": 970497122
        },
        {
            "start": 970497134,
            "stop": 970497136
        },
        {
            "start": 970539326,
            "stop": 970540076
        },
        {
            "start": 970540079,
            "stop": 970540166
        },
        {
            "start": 970540172,
            "stop": 970540173
        },
        {
            "start": 970540179,
            "stop": 970540181
        },
        {
            "start": 970540187,
            "stop": 970540188
        },
        {
            "start": 970540201,
            "stop": 970540203
        },
        {
            "start": 970540212,
            "stop": 970540221
        },
        {
            "start": 970540230,
            "stop": 970540262
        },
        {
            "start": 970540272,
            "stop": 970540276
        },
        {
            "start": 970540282,
            "stop": 970540288
        },
        {
            "start": 970540322,
            "stop": 970540327
        },
        {
            "start": 970540333,
            "stop": 970540341
        },
        {
            "start": 970540347,
            "stop": 970540592
        },
        {
            "start": 970540598,
            "stop": 970540614
        },
        {
            "start": 970540620,
            "stop": 970540743
        },
        {
            "start": 970540746,
            "stop": 970541168
        },
        {
            "start": 970541174,
            "stop": 970541205
        }
    ]
}