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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=574",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=572",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 573,
    "results": [
        {
            "start": 873689511,
            "stop": 873690607
        },
        {
            "start": 873698607,
            "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": 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
        },
        {
            "start": 873738795,
            "stop": 873739080
        },
        {
            "start": 873739145,
            "stop": 873745328
        },
        {
            "start": 873746777,
            "stop": 873747237
        },
        {
            "start": 873747243,
            "stop": 873749335
        }
    ]
}