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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=266",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 267,
    "results": [
        {
            "start": 963353884,
            "stop": 963370494
        },
        {
            "start": 963370498,
            "stop": 963468098
        },
        {
            "start": 963478836,
            "stop": 963481414
        },
        {
            "start": 963483671,
            "stop": 963494155
        },
        {
            "start": 963514650,
            "stop": 963517982
        },
        {
            "start": 963527880,
            "stop": 963556876
        },
        {
            "start": 963575140,
            "stop": 963592358
        },
        {
            "start": 963598570,
            "stop": 963672333
        },
        {
            "start": 963705626,
            "stop": 963717760
        },
        {
            "start": 963719161,
            "stop": 963745933
        },
        {
            "start": 963747533,
            "stop": 963750983
        },
        {
            "start": 963752286,
            "stop": 963758866
        },
        {
            "start": 963760848,
            "stop": 963779317
        },
        {
            "start": 963785011,
            "stop": 963810928
        },
        {
            "start": 963815495,
            "stop": 963829255
        },
        {
            "start": 963830679,
            "stop": 963852915
        },
        {
            "start": 963870642,
            "stop": 963871291
        },
        {
            "start": 963897626,
            "stop": 963901319
        },
        {
            "start": 963901758,
            "stop": 963902480
        },
        {
            "start": 963908762,
            "stop": 963934995
        }
    ]
}