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=15935
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=15936",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15934",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15935,
    "results": [
        {
            "start": 971402993,
            "stop": 971403009
        },
        {
            "start": 971403010,
            "stop": 971403012
        },
        {
            "start": 971403014,
            "stop": 971403022
        },
        {
            "start": 971403023,
            "stop": 971403024
        },
        {
            "start": 971403026,
            "stop": 971403032
        },
        {
            "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
        }
    ]
}