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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=290",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 291,
    "results": [
        {
            "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": 856434427
        },
        {
            "start": 856436218,
            "stop": 856451093
        },
        {
            "start": 856457485,
            "stop": 856458883
        },
        {
            "start": 856462130,
            "stop": 856462133
        },
        {
            "start": 856462244,
            "stop": 856468325
        },
        {
            "start": 856469072,
            "stop": 856472433
        },
        {
            "start": 856472434,
            "stop": 856474498
        },
        {
            "start": 856474859,
            "stop": 856487840
        },
        {
            "start": 856488443,
            "stop": 856494103
        },
        {
            "start": 856495190,
            "stop": 856495306
        },
        {
            "start": 856495420,
            "stop": 856497675
        },
        {
            "start": 856498708,
            "stop": 856508994
        },
        {
            "start": 856510908,
            "stop": 856525944
        },
        {
            "start": 856526884,
            "stop": 856528605
        }
    ]
}