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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=104",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 105,
    "results": [
        {
            "start": 1134863952,
            "stop": 1134863960
        },
        {
            "start": 1134863966,
            "stop": 1134863979
        },
        {
            "start": 1134863985,
            "stop": 1134863987
        },
        {
            "start": 1134863990,
            "stop": 1134863991
        },
        {
            "start": 1134863994,
            "stop": 1134864000
        },
        {
            "start": 1134864003,
            "stop": 1134864005
        },
        {
            "start": 1134864008,
            "stop": 1134864018
        },
        {
            "start": 1134864026,
            "stop": 1134864031
        },
        {
            "start": 1134864043,
            "stop": 1134864047
        },
        {
            "start": 1134864056,
            "stop": 1134864060
        },
        {
            "start": 1134864065,
            "stop": 1134864068
        },
        {
            "start": 1134864071,
            "stop": 1134864073
        },
        {
            "start": 1134864091,
            "stop": 1134864095
        },
        {
            "start": 1134864102,
            "stop": 1134864104
        },
        {
            "start": 1134864118,
            "stop": 1134864304
        },
        {
            "start": 1134864308,
            "stop": 1134864311
        },
        {
            "start": 1134864332,
            "stop": 1134864333
        },
        {
            "start": 1134864338,
            "stop": 1134864342
        },
        {
            "start": 1134864345,
            "stop": 1134864346
        },
        {
            "start": 1134864349,
            "stop": 1134864351
        }
    ]
}