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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1255",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1253",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1254,
    "results": [
        {
            "start": 957587343,
            "stop": 957587552
        },
        {
            "start": 957587554,
            "stop": 957588360
        },
        {
            "start": 957588362,
            "stop": 957588500
        },
        {
            "start": 957588501,
            "stop": 957588584
        },
        {
            "start": 957588586,
            "stop": 957589204
        },
        {
            "start": 957589206,
            "stop": 957589347
        },
        {
            "start": 957589349,
            "stop": 957589353
        },
        {
            "start": 957589355,
            "stop": 957589552
        },
        {
            "start": 957589554,
            "stop": 957590312
        },
        {
            "start": 957590314,
            "stop": 957590656
        },
        {
            "start": 957590658,
            "stop": 957590821
        },
        {
            "start": 957590823,
            "stop": 957590854
        },
        {
            "start": 957590856,
            "stop": 957590991
        },
        {
            "start": 957590993,
            "stop": 957591377
        },
        {
            "start": 957591379,
            "stop": 957591566
        },
        {
            "start": 957591568,
            "stop": 957591608
        },
        {
            "start": 957591610,
            "stop": 957591800
        },
        {
            "start": 957591802,
            "stop": 957592279
        },
        {
            "start": 957592280,
            "stop": 957592402
        },
        {
            "start": 957592404,
            "stop": 957592587
        }
    ]
}