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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3840",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3838",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3839,
    "results": [
        {
            "start": 873524200,
            "stop": 873524252
        },
        {
            "start": 873524255,
            "stop": 873524256
        },
        {
            "start": 873524259,
            "stop": 873524347
        },
        {
            "start": 873524350,
            "stop": 873526097
        },
        {
            "start": 873526099,
            "stop": 873527100
        },
        {
            "start": 873527160,
            "stop": 873532264
        },
        {
            "start": 873532266,
            "stop": 873532535
        },
        {
            "start": 873532538,
            "stop": 873533218
        },
        {
            "start": 873533222,
            "stop": 873533384
        },
        {
            "start": 873533388,
            "stop": 873534264
        },
        {
            "start": 873534987,
            "stop": 873539075
        },
        {
            "start": 873539078,
            "stop": 873539082
        },
        {
            "start": 873539085,
            "stop": 873539170
        },
        {
            "start": 873539173,
            "stop": 873544927
        },
        {
            "start": 873544930,
            "stop": 873546400
        },
        {
            "start": 873546403,
            "stop": 873546490
        },
        {
            "start": 873546493,
            "stop": 873547043
        },
        {
            "start": 873547044,
            "stop": 873547128
        },
        {
            "start": 873547129,
            "stop": 873547131
        },
        {
            "start": 873547135,
            "stop": 873547140
        }
    ]
}