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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=171",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 172,
    "results": [
        {
            "start": 931428347,
            "stop": 931428350
        },
        {
            "start": 931428353,
            "stop": 931428355
        },
        {
            "start": 931428359,
            "stop": 931428360
        },
        {
            "start": 931428364,
            "stop": 931428369
        },
        {
            "start": 931428372,
            "stop": 931428380
        },
        {
            "start": 931428382,
            "stop": 931428383
        },
        {
            "start": 931428385,
            "stop": 931428388
        },
        {
            "start": 931428390,
            "stop": 931428395
        },
        {
            "start": 931428397,
            "stop": 931428408
        },
        {
            "start": 931428411,
            "stop": 931428412
        },
        {
            "start": 931428414,
            "stop": 931428417
        },
        {
            "start": 931428421,
            "stop": 931428422
        },
        {
            "start": 931428424,
            "stop": 931428428
        },
        {
            "start": 931428430,
            "stop": 931428434
        },
        {
            "start": 931428437,
            "stop": 931428460
        },
        {
            "start": 931428462,
            "stop": 931428463
        },
        {
            "start": 931428465,
            "stop": 931428468
        },
        {
            "start": 931428470,
            "stop": 931428479
        },
        {
            "start": 931428481,
            "stop": 931428483
        },
        {
            "start": 931428485,
            "stop": 931428489
        }
    ]
}