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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14879",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14877",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14878,
    "results": [
        {
            "start": 971414122,
            "stop": 971414147
        },
        {
            "start": 971414168,
            "stop": 971414173
        },
        {
            "start": 971414175,
            "stop": 971414194
        },
        {
            "start": 971414195,
            "stop": 971414212
        },
        {
            "start": 971414213,
            "stop": 971414237
        },
        {
            "start": 971414238,
            "stop": 971414240
        },
        {
            "start": 971414242,
            "stop": 971414260
        },
        {
            "start": 971414261,
            "stop": 971414299
        },
        {
            "start": 971414302,
            "stop": 971414333
        },
        {
            "start": 971414335,
            "stop": 971414343
        },
        {
            "start": 971414344,
            "stop": 971414365
        },
        {
            "start": 971414366,
            "stop": 971414367
        },
        {
            "start": 971414368,
            "stop": 971414377
        },
        {
            "start": 971414379,
            "stop": 971414384
        },
        {
            "start": 971414385,
            "stop": 971414417
        },
        {
            "start": 971414419,
            "stop": 971414420
        },
        {
            "start": 971414421,
            "stop": 971414436
        },
        {
            "start": 971414438,
            "stop": 971414451
        },
        {
            "start": 971414452,
            "stop": 971414464
        },
        {
            "start": 971414466,
            "stop": 971414470
        }
    ]
}