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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3273",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3274,
    "results": [
        {
            "start": 873732890,
            "stop": 873732900
        },
        {
            "start": 873732960,
            "stop": 873733217
        },
        {
            "start": 873733223,
            "stop": 873733410
        },
        {
            "start": 873733470,
            "stop": 873733475
        },
        {
            "start": 873734082,
            "stop": 873734093
        },
        {
            "start": 873734880,
            "stop": 873735579
        },
        {
            "start": 873735586,
            "stop": 873735900
        },
        {
            "start": 873735960,
            "stop": 873736106
        },
        {
            "start": 873736109,
            "stop": 873736111
        },
        {
            "start": 873736414,
            "stop": 873736967
        },
        {
            "start": 873736973,
            "stop": 873737700
        },
        {
            "start": 873737760,
            "stop": 873738060
        },
        {
            "start": 873738120,
            "stop": 873738780
        },
        {
            "start": 873738900,
            "stop": 873739080
        },
        {
            "start": 873739260,
            "stop": 873740340
        },
        {
            "start": 873740400,
            "stop": 873740520
        },
        {
            "start": 873740580,
            "stop": 873741600
        },
        {
            "start": 873741660,
            "stop": 873743460
        },
        {
            "start": 873743580,
            "stop": 873745328
        },
        {
            "start": 873746777,
            "stop": 873747237
        }
    ]
}