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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=177",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 178,
    "results": [
        {
            "start": 816910927,
            "stop": 816910988
        },
        {
            "start": 816910995,
            "stop": 816911001
        },
        {
            "start": 816911007,
            "stop": 816911020
        },
        {
            "start": 816911023,
            "stop": 816911033
        },
        {
            "start": 816911037,
            "stop": 816911040
        },
        {
            "start": 816911049,
            "stop": 816911051
        },
        {
            "start": 816911056,
            "stop": 816911061
        },
        {
            "start": 816911066,
            "stop": 816911077
        },
        {
            "start": 816911083,
            "stop": 816911094
        },
        {
            "start": 816911099,
            "stop": 816911125
        },
        {
            "start": 816911129,
            "stop": 816911176
        },
        {
            "start": 816911180,
            "stop": 816911255
        },
        {
            "start": 816911260,
            "stop": 816911269
        },
        {
            "start": 816911273,
            "stop": 816911291
        },
        {
            "start": 816911295,
            "stop": 816911298
        },
        {
            "start": 816911302,
            "stop": 816911304
        },
        {
            "start": 816911309,
            "stop": 816911310
        },
        {
            "start": 816911322,
            "stop": 816911323
        },
        {
            "start": 816911335,
            "stop": 816911338
        },
        {
            "start": 816911343,
            "stop": 816911346
        }
    ]
}