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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=133",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 134,
    "results": [
        {
            "start": 818068957,
            "stop": 818068960
        },
        {
            "start": 818068966,
            "stop": 818068973
        },
        {
            "start": 818068976,
            "stop": 818068978
        },
        {
            "start": 818068981,
            "stop": 818068982
        },
        {
            "start": 818068986,
            "stop": 818068989
        },
        {
            "start": 818068996,
            "stop": 818069000
        },
        {
            "start": 818069006,
            "stop": 818069007
        },
        {
            "start": 818069012,
            "stop": 818069013
        },
        {
            "start": 818069016,
            "stop": 818069030
        },
        {
            "start": 818069034,
            "stop": 818069041
        },
        {
            "start": 818069044,
            "stop": 818069053
        },
        {
            "start": 818069057,
            "stop": 818069063
        },
        {
            "start": 818069074,
            "stop": 818069075
        },
        {
            "start": 818069080,
            "stop": 818069082
        },
        {
            "start": 818069087,
            "stop": 818069091
        },
        {
            "start": 818069094,
            "stop": 818069102
        },
        {
            "start": 818069105,
            "stop": 818069116
        },
        {
            "start": 818069119,
            "stop": 818069120
        },
        {
            "start": 818069123,
            "stop": 818069127
        },
        {
            "start": 818069130,
            "stop": 818069141
        }
    ]
}