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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=134",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 135,
    "results": [
        {
            "start": 1131164076,
            "stop": 1131164114
        },
        {
            "start": 1131164115,
            "stop": 1131164136
        },
        {
            "start": 1131164137,
            "stop": 1131164190
        },
        {
            "start": 1131164191,
            "stop": 1131164197
        },
        {
            "start": 1131164198,
            "stop": 1131164216
        },
        {
            "start": 1131164217,
            "stop": 1131164275
        },
        {
            "start": 1131164276,
            "stop": 1131164278
        },
        {
            "start": 1131164279,
            "stop": 1131164286
        },
        {
            "start": 1131164287,
            "stop": 1131164311
        },
        {
            "start": 1131164312,
            "stop": 1131164382
        },
        {
            "start": 1131164383,
            "stop": 1131164387
        },
        {
            "start": 1131164388,
            "stop": 1131164391
        },
        {
            "start": 1131164392,
            "stop": 1131164402
        },
        {
            "start": 1131164403,
            "stop": 1131164438
        },
        {
            "start": 1131164439,
            "stop": 1131164522
        },
        {
            "start": 1131164523,
            "stop": 1131164551
        },
        {
            "start": 1131164552,
            "stop": 1131164608
        },
        {
            "start": 1131164609,
            "stop": 1131164613
        },
        {
            "start": 1131164614,
            "stop": 1131164618
        },
        {
            "start": 1131164619,
            "stop": 1131164632
        }
    ]
}