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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=150",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 151,
    "results": [
        {
            "start": 931488297,
            "stop": 931488298
        },
        {
            "start": 931488312,
            "stop": 931488313
        },
        {
            "start": 931488314,
            "stop": 931488315
        },
        {
            "start": 931488316,
            "stop": 931488318
        },
        {
            "start": 931488320,
            "stop": 931488327
        },
        {
            "start": 931488330,
            "stop": 931488332
        },
        {
            "start": 931488334,
            "stop": 931488338
        },
        {
            "start": 931488340,
            "stop": 931488341
        },
        {
            "start": 931488342,
            "stop": 931488344
        },
        {
            "start": 931488347,
            "stop": 931488365
        },
        {
            "start": 931488367,
            "stop": 931488376
        },
        {
            "start": 931488378,
            "stop": 931488379
        },
        {
            "start": 931488383,
            "stop": 931488387
        },
        {
            "start": 931488389,
            "stop": 931488393
        },
        {
            "start": 931488397,
            "stop": 931488401
        },
        {
            "start": 931488403,
            "stop": 931488404
        },
        {
            "start": 931488408,
            "stop": 931488410
        },
        {
            "start": 931488411,
            "stop": 931488413
        },
        {
            "start": 931488416,
            "stop": 931488418
        },
        {
            "start": 931488420,
            "stop": 931488423
        }
    ]
}