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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8803",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8801",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8802,
    "results": [
        {
            "start": 873860741,
            "stop": 873861000
        },
        {
            "start": 873861120,
            "stop": 873861180
        },
        {
            "start": 873861300,
            "stop": 873861456
        },
        {
            "start": 873861473,
            "stop": 873861485
        },
        {
            "start": 873861605,
            "stop": 873863705
        },
        {
            "start": 873863825,
            "stop": 873864827
        },
        {
            "start": 873864947,
            "stop": 873866734
        },
        {
            "start": 873866877,
            "stop": 873869300
        },
        {
            "start": 873869317,
            "stop": 873869445
        },
        {
            "start": 873869565,
            "stop": 873870528
        },
        {
            "start": 873870545,
            "stop": 873873588
        },
        {
            "start": 873873708,
            "stop": 873880216
        },
        {
            "start": 873880233,
            "stop": 873880260
        },
        {
            "start": 873880320,
            "stop": 873882316
        },
        {
            "start": 873882333,
            "stop": 873885242
        },
        {
            "start": 873885258,
            "stop": 873887909
        },
        {
            "start": 873887916,
            "stop": 873888000
        },
        {
            "start": 873888060,
            "stop": 873890979
        },
        {
            "start": 873890996,
            "stop": 873893365
        },
        {
            "start": 873893382,
            "stop": 873897044
        }
    ]
}