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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=31",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 32,
    "results": [
        {
            "start": 939287777,
            "stop": 939288362
        },
        {
            "start": 939289206,
            "stop": 939293585
        },
        {
            "start": 939294241,
            "stop": 939294784
        },
        {
            "start": 939295773,
            "stop": 939297451
        },
        {
            "start": 939298100,
            "stop": 939298583
        },
        {
            "start": 939300194,
            "stop": 939301990
        },
        {
            "start": 939302585,
            "stop": 939302630
        },
        {
            "start": 939303469,
            "stop": 939305662
        },
        {
            "start": 939306302,
            "stop": 939307663
        },
        {
            "start": 939308182,
            "stop": 939311513
        },
        {
            "start": 939315467,
            "stop": 939318511
        },
        {
            "start": 939322717,
            "stop": 939324209
        },
        {
            "start": 939326658,
            "stop": 939331417
        },
        {
            "start": 939332340,
            "stop": 939332350
        },
        {
            "start": 939333451,
            "stop": 939334059
        },
        {
            "start": 939334936,
            "stop": 939335478
        },
        {
            "start": 939337215,
            "stop": 939338950
        },
        {
            "start": 939340731,
            "stop": 939341030
        },
        {
            "start": 939342834,
            "stop": 939344379
        },
        {
            "start": 939345868,
            "stop": 939347817
        }
    ]
}