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=267
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=268",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=266",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 267,
    "results": [
        {
            "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
        },
        {
            "start": 931470202,
            "stop": 931470207
        },
        {
            "start": 931470209,
            "stop": 931470213
        },
        {
            "start": 931470220,
            "stop": 931470225
        },
        {
            "start": 931470228,
            "stop": 931470231
        },
        {
            "start": 931470241,
            "stop": 931470242
        }
    ]
}