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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16026",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16024",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 16025,
    "results": [
        {
            "start": 971601123,
            "stop": 971601127
        },
        {
            "start": 971601155,
            "stop": 971601171
        },
        {
            "start": 971601177,
            "stop": 971601194
        },
        {
            "start": 971601196,
            "stop": 971601201
        },
        {
            "start": 971601204,
            "stop": 971601209
        },
        {
            "start": 971601212,
            "stop": 971601230
        },
        {
            "start": 971601234,
            "stop": 971601253
        },
        {
            "start": 971601334,
            "stop": 971601335
        },
        {
            "start": 971601341,
            "stop": 971601345
        },
        {
            "start": 971601348,
            "stop": 971601349
        },
        {
            "start": 971601353,
            "stop": 971601356
        },
        {
            "start": 971601360,
            "stop": 971601361
        },
        {
            "start": 971601364,
            "stop": 971601365
        },
        {
            "start": 971601418,
            "stop": 971601419
        },
        {
            "start": 971601425,
            "stop": 971601426
        },
        {
            "start": 971601434,
            "stop": 971601437
        },
        {
            "start": 971601438,
            "stop": 971601451
        },
        {
            "start": 971601452,
            "stop": 971601453
        },
        {
            "start": 971601454,
            "stop": 971601455
        },
        {
            "start": 971601456,
            "stop": 971601458
        }
    ]
}