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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8044",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8042",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8043,
    "results": [
        {
            "start": 970416930,
            "stop": 970416936
        },
        {
            "start": 970416976,
            "stop": 970416979
        },
        {
            "start": 970416990,
            "stop": 970416993
        },
        {
            "start": 970416996,
            "stop": 970417024
        },
        {
            "start": 970417027,
            "stop": 970417031
        },
        {
            "start": 970417034,
            "stop": 970417049
        },
        {
            "start": 970417052,
            "stop": 970417083
        },
        {
            "start": 970417086,
            "stop": 970417088
        },
        {
            "start": 970417091,
            "stop": 970417121
        },
        {
            "start": 970417148,
            "stop": 970417152
        },
        {
            "start": 970417163,
            "stop": 970417168
        },
        {
            "start": 970417175,
            "stop": 970417182
        },
        {
            "start": 970417185,
            "stop": 970417210
        },
        {
            "start": 970417215,
            "stop": 970417264
        },
        {
            "start": 970417267,
            "stop": 970417280
        },
        {
            "start": 970417283,
            "stop": 970417328
        },
        {
            "start": 970417331,
            "stop": 970417345
        },
        {
            "start": 970417349,
            "stop": 970417359
        },
        {
            "start": 970417380,
            "stop": 970417389
        },
        {
            "start": 970417392,
            "stop": 970417410
        }
    ]
}