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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2282",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2283,
    "results": [
        {
            "start": 873785672,
            "stop": 873785694
        },
        {
            "start": 873785713,
            "stop": 873785729
        },
        {
            "start": 873785748,
            "stop": 873785749
        },
        {
            "start": 873785787,
            "stop": 873785845
        },
        {
            "start": 873785864,
            "stop": 873785880
        },
        {
            "start": 873785957,
            "stop": 873785973
        },
        {
            "start": 873786011,
            "stop": 873786026
        },
        {
            "start": 873786070,
            "stop": 873786080
        },
        {
            "start": 873786099,
            "stop": 873786214
        },
        {
            "start": 873786251,
            "stop": 873786290
        },
        {
            "start": 873786312,
            "stop": 873786341
        },
        {
            "start": 873786360,
            "stop": 873786401
        },
        {
            "start": 873786420,
            "stop": 873786800
        },
        {
            "start": 873786819,
            "stop": 873786825
        },
        {
            "start": 873786878,
            "stop": 873786893
        },
        {
            "start": 873786912,
            "stop": 873787058
        },
        {
            "start": 873787077,
            "stop": 873787090
        },
        {
            "start": 873796197,
            "stop": 873796202
        },
        {
            "start": 873796219,
            "stop": 873796291
        },
        {
            "start": 873796309,
            "stop": 873796325
        }
    ]
}