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_CBCLOW_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_CBCLOW_CAT4/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=175",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 176,
    "results": [
        {
            "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
        },
        {
            "start": 931429154,
            "stop": 931429155
        },
        {
            "start": 931429161,
            "stop": 931429165
        },
        {
            "start": 931429168,
            "stop": 931429169
        },
        {
            "start": 931429171,
            "stop": 931429175
        },
        {
            "start": 931429180,
            "stop": 931429181
        }
    ]
}