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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2210",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2211,
    "results": [
        {
            "start": 873675695,
            "stop": 873677016
        },
        {
            "start": 873688369,
            "stop": 873689205
        },
        {
            "start": 873689511,
            "stop": 873690607
        },
        {
            "start": 873698607,
            "stop": 873698610
        },
        {
            "start": 873698670,
            "stop": 873713262
        },
        {
            "start": 873713372,
            "stop": 873714220
        },
        {
            "start": 873714769,
            "stop": 873730400
        },
        {
            "start": 873730405,
            "stop": 873731160
        },
        {
            "start": 873731280,
            "stop": 873732087
        },
        {
            "start": 873732095,
            "stop": 873732885
        },
        {
            "start": 873732890,
            "stop": 873733217
        },
        {
            "start": 873733223,
            "stop": 873733410
        },
        {
            "start": 873733470,
            "stop": 873733475
        },
        {
            "start": 873733585,
            "stop": 873733782
        },
        {
            "start": 873734082,
            "stop": 873734093
        },
        {
            "start": 873734203,
            "stop": 873734580
        },
        {
            "start": 873734880,
            "stop": 873735579
        },
        {
            "start": 873735586,
            "stop": 873736112
        },
        {
            "start": 873736414,
            "stop": 873736967
        },
        {
            "start": 873736973,
            "stop": 873738787
        }
    ]
}