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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14853",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14851",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14852,
    "results": [
        {
            "start": 971403033,
            "stop": 971403034
        },
        {
            "start": 971403035,
            "stop": 971403045
        },
        {
            "start": 971403046,
            "stop": 971403065
        },
        {
            "start": 971403069,
            "stop": 971403072
        },
        {
            "start": 971403073,
            "stop": 971403080
        },
        {
            "start": 971403081,
            "stop": 971403082
        },
        {
            "start": 971403084,
            "stop": 971403098
        },
        {
            "start": 971403099,
            "stop": 971403100
        },
        {
            "start": 971403133,
            "stop": 971403134
        },
        {
            "start": 971403136,
            "stop": 971403145
        },
        {
            "start": 971403146,
            "stop": 971403174
        },
        {
            "start": 971403175,
            "stop": 971403180
        },
        {
            "start": 971403181,
            "stop": 971403190
        },
        {
            "start": 971403192,
            "stop": 971403200
        },
        {
            "start": 971403201,
            "stop": 971403205
        },
        {
            "start": 971403207,
            "stop": 971403211
        },
        {
            "start": 971403213,
            "stop": 971403237
        },
        {
            "start": 971403239,
            "stop": 971403247
        },
        {
            "start": 971403251,
            "stop": 971403256
        },
        {
            "start": 971403258,
            "stop": 971403259
        }
    ]
}