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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=146",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 147,
    "results": [
        {
            "start": 931747225,
            "stop": 931747243
        },
        {
            "start": 931747248,
            "stop": 931747333
        },
        {
            "start": 931747343,
            "stop": 931747344
        },
        {
            "start": 931747355,
            "stop": 931747363
        },
        {
            "start": 931747369,
            "stop": 931747394
        },
        {
            "start": 931747408,
            "stop": 931747410
        },
        {
            "start": 931747416,
            "stop": 931747431
        },
        {
            "start": 931747461,
            "stop": 931747474
        },
        {
            "start": 931747479,
            "stop": 931747586
        },
        {
            "start": 931747591,
            "stop": 931747622
        },
        {
            "start": 931747633,
            "stop": 931747708
        },
        {
            "start": 931747713,
            "stop": 931747829
        },
        {
            "start": 931747835,
            "stop": 931747894
        },
        {
            "start": 931747905,
            "stop": 931747919
        },
        {
            "start": 931747953,
            "stop": 931747955
        },
        {
            "start": 931747963,
            "stop": 931748018
        },
        {
            "start": 931748024,
            "stop": 931748077
        },
        {
            "start": 931748094,
            "stop": 931748096
        },
        {
            "start": 931748101,
            "stop": 931748132
        },
        {
            "start": 931748144,
            "stop": 931748171
        }
    ]
}