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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=153",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 154,
    "results": [
        {
            "start": 818870782,
            "stop": 818870828
        },
        {
            "start": 818870843,
            "stop": 818871030
        },
        {
            "start": 818871037,
            "stop": 818871250
        },
        {
            "start": 818871259,
            "stop": 818871459
        },
        {
            "start": 818871479,
            "stop": 818871545
        },
        {
            "start": 818871553,
            "stop": 818871932
        },
        {
            "start": 818871955,
            "stop": 818872024
        },
        {
            "start": 818872032,
            "stop": 818872310
        },
        {
            "start": 818872317,
            "stop": 818872356
        },
        {
            "start": 818872370,
            "stop": 818872893
        },
        {
            "start": 818872907,
            "stop": 818874115
        },
        {
            "start": 818874135,
            "stop": 818874572
        },
        {
            "start": 818874579,
            "stop": 818874951
        },
        {
            "start": 818874959,
            "stop": 818874979
        },
        {
            "start": 818874986,
            "stop": 818875144
        },
        {
            "start": 818875151,
            "stop": 818875387
        },
        {
            "start": 818875415,
            "stop": 818875932
        },
        {
            "start": 818875940,
            "stop": 818876698
        },
        {
            "start": 818876706,
            "stop": 818877069
        },
        {
            "start": 818877077,
            "stop": 818877130
        }
    ]
}