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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=461",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=459",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 460,
    "results": [
        {
            "start": 1268955010,
            "stop": 1268955015
        },
        {
            "start": 1268955017,
            "stop": 1268955087
        },
        {
            "start": 1268955088,
            "stop": 1268955105
        },
        {
            "start": 1268955108,
            "stop": 1268955121
        },
        {
            "start": 1268955122,
            "stop": 1268955128
        },
        {
            "start": 1268955129,
            "stop": 1268955131
        },
        {
            "start": 1268955132,
            "stop": 1268955138
        },
        {
            "start": 1268955143,
            "stop": 1268955154
        },
        {
            "start": 1268955157,
            "stop": 1268955167
        },
        {
            "start": 1268955168,
            "stop": 1268955170
        },
        {
            "start": 1268955172,
            "stop": 1268955176
        },
        {
            "start": 1268955177,
            "stop": 1268955179
        },
        {
            "start": 1268955180,
            "stop": 1268955183
        },
        {
            "start": 1268955187,
            "stop": 1268955190
        },
        {
            "start": 1268955191,
            "stop": 1268955194
        },
        {
            "start": 1268955195,
            "stop": 1268955200
        },
        {
            "start": 1268955203,
            "stop": 1268955205
        },
        {
            "start": 1268955209,
            "stop": 1268955210
        },
        {
            "start": 1268955223,
            "stop": 1268955224
        },
        {
            "start": 1268955225,
            "stop": 1268955226
        }
    ]
}