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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=55",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 56,
    "results": [
        {
            "start": 1267651175,
            "stop": 1267773452
        },
        {
            "start": 1267798887,
            "stop": 1267806678
        },
        {
            "start": 1267808674,
            "stop": 1267816844
        },
        {
            "start": 1267816860,
            "stop": 1267841564
        },
        {
            "start": 1267841702,
            "stop": 1267855331
        },
        {
            "start": 1267858088,
            "stop": 1267858881
        },
        {
            "start": 1267878637,
            "stop": 1267879215
        },
        {
            "start": 1267879223,
            "stop": 1267881468
        },
        {
            "start": 1267882723,
            "stop": 1267882915
        },
        {
            "start": 1267896866,
            "stop": 1267903728
        },
        {
            "start": 1267903736,
            "stop": 1267905360
        },
        {
            "start": 1267905512,
            "stop": 1267937769
        },
        {
            "start": 1267939176,
            "stop": 1267957113
        },
        {
            "start": 1267958764,
            "stop": 1267965256
        },
        {
            "start": 1267965780,
            "stop": 1267971207
        },
        {
            "start": 1267971255,
            "stop": 1267972196
        },
        {
            "start": 1267988422,
            "stop": 1267989781
        },
        {
            "start": 1267990955,
            "stop": 1268020659
        },
        {
            "start": 1268020667,
            "stop": 1268034474
        },
        {
            "start": 1268049656,
            "stop": 1268054023
        }
    ]
}