Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3728
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=3729",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3727",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3728,
    "results": [
        {
            "start": 873522938,
            "stop": 873524259
        },
        {
            "start": 873524276,
            "stop": 873525171
        },
        {
            "start": 873525188,
            "stop": 873525354
        },
        {
            "start": 873525371,
            "stop": 873526146
        },
        {
            "start": 873526163,
            "stop": 873526984
        },
        {
            "start": 873527001,
            "stop": 873528660
        },
        {
            "start": 873529020,
            "stop": 873529583
        },
        {
            "start": 873529600,
            "stop": 873531487
        },
        {
            "start": 873531504,
            "stop": 873534786
        },
        {
            "start": 873534803,
            "stop": 873535251
        },
        {
            "start": 873535268,
            "stop": 873538749
        },
        {
            "start": 873538766,
            "stop": 873539783
        },
        {
            "start": 873540903,
            "stop": 873541739
        },
        {
            "start": 873541756,
            "stop": 873544613
        },
        {
            "start": 873544630,
            "stop": 873545501
        },
        {
            "start": 873545518,
            "stop": 873547303
        },
        {
            "start": 873547320,
            "stop": 873547501
        },
        {
            "start": 873547518,
            "stop": 873548880
        },
        {
            "start": 873548940,
            "stop": 873550447
        },
        {
            "start": 873550464,
            "stop": 873550540
        }
    ]
}