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=2299
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=2300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2298",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2299,
    "results": [
        {
            "start": 873982797,
            "stop": 873982865
        },
        {
            "start": 873982903,
            "stop": 873983263
        },
        {
            "start": 873983282,
            "stop": 873983332
        },
        {
            "start": 873983351,
            "stop": 873983469
        },
        {
            "start": 873983488,
            "stop": 873984128
        },
        {
            "start": 873984149,
            "stop": 873984151
        },
        {
            "start": 873984173,
            "stop": 873984203
        },
        {
            "start": 873984230,
            "stop": 873984244
        },
        {
            "start": 873984296,
            "stop": 873984770
        },
        {
            "start": 873984789,
            "stop": 873985661
        },
        {
            "start": 873985680,
            "stop": 873987516
        },
        {
            "start": 873987536,
            "stop": 873987576
        },
        {
            "start": 873987598,
            "stop": 873987831
        },
        {
            "start": 873987854,
            "stop": 873987939
        },
        {
            "start": 873987968,
            "stop": 873988299
        },
        {
            "start": 873988318,
            "stop": 873988498
        },
        {
            "start": 873988519,
            "stop": 873988722
        },
        {
            "start": 873988748,
            "stop": 873989932
        },
        {
            "start": 873989975,
            "stop": 873991840
        },
        {
            "start": 873991864,
            "stop": 873992093
        }
    ]
}