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=15686
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=15687",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15685",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15686,
    "results": [
        {
            "start": 971161156,
            "stop": 971161158
        },
        {
            "start": 971161159,
            "stop": 971161161
        },
        {
            "start": 971161162,
            "stop": 971161168
        },
        {
            "start": 971161172,
            "stop": 971161180
        },
        {
            "start": 971161187,
            "stop": 971161188
        },
        {
            "start": 971161191,
            "stop": 971161194
        },
        {
            "start": 971161198,
            "stop": 971161200
        },
        {
            "start": 971161202,
            "stop": 971161203
        },
        {
            "start": 971161204,
            "stop": 971161208
        },
        {
            "start": 971161216,
            "stop": 971161221
        },
        {
            "start": 971161223,
            "stop": 971161224
        },
        {
            "start": 971161226,
            "stop": 971161227
        },
        {
            "start": 971161228,
            "stop": 971161232
        },
        {
            "start": 971161233,
            "stop": 971161235
        },
        {
            "start": 971161238,
            "stop": 971161239
        },
        {
            "start": 971161244,
            "stop": 971161245
        },
        {
            "start": 971161249,
            "stop": 971161253
        },
        {
            "start": 971161254,
            "stop": 971161255
        },
        {
            "start": 971161261,
            "stop": 971161262
        },
        {
            "start": 971161264,
            "stop": 971161266
        }
    ]
}