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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9006",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9004",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9005,
    "results": [
        {
            "start": 873981887,
            "stop": 873982294
        },
        {
            "start": 873982311,
            "stop": 873982502
        },
        {
            "start": 873982536,
            "stop": 873982560
        },
        {
            "start": 873982602,
            "stop": 873982626
        },
        {
            "start": 873982645,
            "stop": 873982670
        },
        {
            "start": 873982688,
            "stop": 873982726
        },
        {
            "start": 873982748,
            "stop": 873982778
        },
        {
            "start": 873982797,
            "stop": 873982865
        },
        {
            "start": 873982903,
            "stop": 873983263
        },
        {
            "start": 873983282,
            "stop": 873983332
        },
        {
            "start": 873983351,
            "stop": 873983383
        },
        {
            "start": 873983400,
            "stop": 873983469
        },
        {
            "start": 873983488,
            "stop": 873983535
        },
        {
            "start": 873983554,
            "stop": 873984128
        },
        {
            "start": 873984149,
            "stop": 873984151
        },
        {
            "start": 873984173,
            "stop": 873984203
        },
        {
            "start": 873984230,
            "stop": 873984244
        },
        {
            "start": 873984296,
            "stop": 873984478
        },
        {
            "start": 873984496,
            "stop": 873984554
        },
        {
            "start": 873984571,
            "stop": 873984770
        }
    ]
}