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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=175",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 176,
    "results": [
        {
            "start": 931428944,
            "stop": 931428947
        },
        {
            "start": 931428949,
            "stop": 931428950
        },
        {
            "start": 931428954,
            "stop": 931428958
        },
        {
            "start": 931428965,
            "stop": 931428966
        },
        {
            "start": 931428976,
            "stop": 931428981
        },
        {
            "start": 931428986,
            "stop": 931428992
        },
        {
            "start": 931428995,
            "stop": 931428999
        },
        {
            "start": 931429001,
            "stop": 931429003
        },
        {
            "start": 931429006,
            "stop": 931429020
        },
        {
            "start": 931429024,
            "stop": 931429026
        },
        {
            "start": 931429044,
            "stop": 931429045
        },
        {
            "start": 931429050,
            "stop": 931429051
        },
        {
            "start": 931429053,
            "stop": 931429058
        },
        {
            "start": 931429105,
            "stop": 931429106
        },
        {
            "start": 931429110,
            "stop": 931429113
        },
        {
            "start": 931429119,
            "stop": 931429120
        },
        {
            "start": 931429123,
            "stop": 931429127
        },
        {
            "start": 931429136,
            "stop": 931429142
        },
        {
            "start": 931429146,
            "stop": 931429147
        },
        {
            "start": 931429149,
            "stop": 931429152
        }
    ]
}