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=267
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=268",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=266",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 267,
    "results": [
        {
            "start": 931470055,
            "stop": 931470058
        },
        {
            "start": 931470060,
            "stop": 931470064
        },
        {
            "start": 931470066,
            "stop": 931470069
        },
        {
            "start": 931470077,
            "stop": 931470078
        },
        {
            "start": 931470089,
            "stop": 931470096
        },
        {
            "start": 931470098,
            "stop": 931470103
        },
        {
            "start": 931470105,
            "stop": 931470109
        },
        {
            "start": 931470111,
            "stop": 931470124
        },
        {
            "start": 931470126,
            "stop": 931470131
        },
        {
            "start": 931470133,
            "stop": 931470134
        },
        {
            "start": 931470136,
            "stop": 931470143
        },
        {
            "start": 931470149,
            "stop": 931470154
        },
        {
            "start": 931470155,
            "stop": 931470156
        },
        {
            "start": 931470158,
            "stop": 931470163
        },
        {
            "start": 931470165,
            "stop": 931470168
        },
        {
            "start": 931470176,
            "stop": 931470177
        },
        {
            "start": 931470179,
            "stop": 931470182
        },
        {
            "start": 931470184,
            "stop": 931470189
        },
        {
            "start": 931470196,
            "stop": 931470197
        },
        {
            "start": 931470199,
            "stop": 931470200
        }
    ]
}