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=2296
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=2297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2295",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2296,
    "results": [
        {
            "start": 873941906,
            "stop": 873942446
        },
        {
            "start": 873942465,
            "stop": 873942899
        },
        {
            "start": 873942918,
            "stop": 873943109
        },
        {
            "start": 873943131,
            "stop": 873943156
        },
        {
            "start": 873943185,
            "stop": 873943857
        },
        {
            "start": 873943876,
            "stop": 873944118
        },
        {
            "start": 873944138,
            "stop": 873944140
        },
        {
            "start": 873944159,
            "stop": 873944164
        },
        {
            "start": 873944191,
            "stop": 873944231
        },
        {
            "start": 873944258,
            "stop": 873944355
        },
        {
            "start": 873944388,
            "stop": 873945158
        },
        {
            "start": 873945177,
            "stop": 873945312
        },
        {
            "start": 873945348,
            "stop": 873946673
        },
        {
            "start": 873946694,
            "stop": 873946916
        },
        {
            "start": 873946954,
            "stop": 873946960
        },
        {
            "start": 873946979,
            "stop": 873946981
        },
        {
            "start": 873947039,
            "stop": 873947092
        },
        {
            "start": 873947111,
            "stop": 873947472
        },
        {
            "start": 873947491,
            "stop": 873947497
        },
        {
            "start": 873947516,
            "stop": 873948355
        }
    ]
}