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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=225",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 226,
    "results": [
        {
            "start": 856364686,
            "stop": 856384035
        },
        {
            "start": 856385660,
            "stop": 856388598
        },
        {
            "start": 856389987,
            "stop": 856423633
        },
        {
            "start": 856428217,
            "stop": 856428353
        },
        {
            "start": 856428429,
            "stop": 856428687
        },
        {
            "start": 856428859,
            "stop": 856429463
        },
        {
            "start": 856429557,
            "stop": 856430763
        },
        {
            "start": 856430892,
            "stop": 856432907
        },
        {
            "start": 856433010,
            "stop": 856433042
        },
        {
            "start": 856433315,
            "stop": 856434294
        },
        {
            "start": 856434425,
            "stop": 856434457
        },
        {
            "start": 856436218,
            "stop": 856451123
        },
        {
            "start": 856457485,
            "stop": 856458913
        },
        {
            "start": 856462130,
            "stop": 856462133
        },
        {
            "start": 856462244,
            "stop": 856468325
        },
        {
            "start": 856469072,
            "stop": 856474498
        },
        {
            "start": 856474859,
            "stop": 856487840
        },
        {
            "start": 856488443,
            "stop": 856494133
        },
        {
            "start": 856495190,
            "stop": 856495306
        },
        {
            "start": 856495420,
            "stop": 856497705
        }
    ]
}