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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=670",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=668",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 669,
    "results": [
        {
            "start": 829687834,
            "stop": 829687837
        },
        {
            "start": 829687841,
            "stop": 829687842
        },
        {
            "start": 829687846,
            "stop": 829687847
        },
        {
            "start": 829687851,
            "stop": 829687871
        },
        {
            "start": 829687874,
            "stop": 829687882
        },
        {
            "start": 829687885,
            "stop": 829687915
        },
        {
            "start": 829687918,
            "stop": 829688319
        },
        {
            "start": 829688324,
            "stop": 829688327
        },
        {
            "start": 829688330,
            "stop": 829688530
        },
        {
            "start": 829688547,
            "stop": 829688816
        },
        {
            "start": 829688833,
            "stop": 829690723
        },
        {
            "start": 829690740,
            "stop": 829694922
        },
        {
            "start": 829694925,
            "stop": 829695395
        },
        {
            "start": 829695398,
            "stop": 829696697
        },
        {
            "start": 829696714,
            "stop": 829696827
        },
        {
            "start": 829696830,
            "stop": 829697542
        },
        {
            "start": 829697559,
            "stop": 829697692
        },
        {
            "start": 829697695,
            "stop": 829698280
        },
        {
            "start": 829698283,
            "stop": 829698480
        },
        {
            "start": 829698540,
            "stop": 829698785
        }
    ]
}