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=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=112",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 113,
    "results": [
        {
            "start": 1134908934,
            "stop": 1134908941
        },
        {
            "start": 1134908950,
            "stop": 1134908951
        },
        {
            "start": 1134908990,
            "stop": 1134908991
        },
        {
            "start": 1134909018,
            "stop": 1134909019
        },
        {
            "start": 1134909044,
            "stop": 1134909064
        },
        {
            "start": 1134909077,
            "stop": 1134909092
        },
        {
            "start": 1134909095,
            "stop": 1134909096
        },
        {
            "start": 1134909099,
            "stop": 1134909101
        },
        {
            "start": 1134909105,
            "stop": 1134909113
        },
        {
            "start": 1134909121,
            "stop": 1134909131
        },
        {
            "start": 1134909137,
            "stop": 1134909149
        },
        {
            "start": 1134909163,
            "stop": 1134909202
        },
        {
            "start": 1134909205,
            "stop": 1134909208
        },
        {
            "start": 1134909221,
            "stop": 1134909243
        },
        {
            "start": 1134909261,
            "stop": 1134909281
        },
        {
            "start": 1134909293,
            "stop": 1134909294
        },
        {
            "start": 1134909308,
            "stop": 1134909329
        },
        {
            "start": 1134909334,
            "stop": 1134909348
        },
        {
            "start": 1134909351,
            "stop": 1134909358
        },
        {
            "start": 1134909455,
            "stop": 1134909460
        }
    ]
}