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=117
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=118",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=116",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 117,
    "results": [
        {
            "start": 931340204,
            "stop": 931340205
        },
        {
            "start": 931340210,
            "stop": 931340211
        },
        {
            "start": 931340217,
            "stop": 931340221
        },
        {
            "start": 931340235,
            "stop": 931340237
        },
        {
            "start": 931340244,
            "stop": 931340245
        },
        {
            "start": 931340259,
            "stop": 931340262
        },
        {
            "start": 931340264,
            "stop": 931340267
        },
        {
            "start": 931340271,
            "stop": 931340274
        },
        {
            "start": 931340277,
            "stop": 931340278
        },
        {
            "start": 931340280,
            "stop": 931340281
        },
        {
            "start": 931340283,
            "stop": 931340284
        },
        {
            "start": 931340295,
            "stop": 931340299
        },
        {
            "start": 931340309,
            "stop": 931340310
        },
        {
            "start": 931340318,
            "stop": 931340319
        },
        {
            "start": 931340324,
            "stop": 931340325
        },
        {
            "start": 931340336,
            "stop": 931340338
        },
        {
            "start": 931340342,
            "stop": 931340344
        },
        {
            "start": 931340356,
            "stop": 931340359
        },
        {
            "start": 931340390,
            "stop": 931340392
        },
        {
            "start": 931340394,
            "stop": 931340395
        }
    ]
}