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=7387
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=7388",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7386",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7387,
    "results": [
        {
            "start": 969689728,
            "stop": 969690478
        },
        {
            "start": 969690481,
            "stop": 969691144
        },
        {
            "start": 969691150,
            "stop": 969691178
        },
        {
            "start": 969691199,
            "stop": 969691323
        },
        {
            "start": 969691354,
            "stop": 969691866
        },
        {
            "start": 969691894,
            "stop": 969691910
        },
        {
            "start": 969691950,
            "stop": 969692030
        },
        {
            "start": 969692033,
            "stop": 969692291
        },
        {
            "start": 969692294,
            "stop": 969694031
        },
        {
            "start": 969694042,
            "stop": 969694116
        },
        {
            "start": 969694150,
            "stop": 969694364
        },
        {
            "start": 969694367,
            "stop": 969694419
        },
        {
            "start": 969694436,
            "stop": 969694530
        },
        {
            "start": 969694551,
            "stop": 969695085
        },
        {
            "start": 969695088,
            "stop": 969695151
        },
        {
            "start": 969695154,
            "stop": 969695805
        },
        {
            "start": 969695808,
            "stop": 969696276
        },
        {
            "start": 969696279,
            "stop": 969698110
        },
        {
            "start": 969698161,
            "stop": 969698166
        },
        {
            "start": 969698172,
            "stop": 969698195
        }
    ]
}