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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=213",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 214,
    "results": [
        {
            "start": 820196007,
            "stop": 820196047
        },
        {
            "start": 820196050,
            "stop": 820196161
        },
        {
            "start": 820196164,
            "stop": 820196173
        },
        {
            "start": 820196297,
            "stop": 820196299
        },
        {
            "start": 820196839,
            "stop": 820196920
        },
        {
            "start": 820196924,
            "stop": 820196927
        },
        {
            "start": 820196930,
            "stop": 820196969
        },
        {
            "start": 820196972,
            "stop": 820196973
        },
        {
            "start": 820196976,
            "stop": 820196984
        },
        {
            "start": 820196987,
            "stop": 820197041
        },
        {
            "start": 820197044,
            "stop": 820197060
        },
        {
            "start": 820197063,
            "stop": 820197162
        },
        {
            "start": 820197165,
            "stop": 820197171
        },
        {
            "start": 820197175,
            "stop": 820197188
        },
        {
            "start": 820197191,
            "stop": 820197228
        },
        {
            "start": 820197231,
            "stop": 820197250
        },
        {
            "start": 820197254,
            "stop": 820197287
        },
        {
            "start": 820197290,
            "stop": 820197311
        },
        {
            "start": 820197431,
            "stop": 820197439
        },
        {
            "start": 820197442,
            "stop": 820197452
        }
    ]
}