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=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=42",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 43,
    "results": [
        {
            "start": 941427455,
            "stop": 941428982
        },
        {
            "start": 941437278,
            "stop": 941439297
        },
        {
            "start": 941442835,
            "stop": 941442994
        },
        {
            "start": 941444913,
            "stop": 941448220
        },
        {
            "start": 941449164,
            "stop": 941450471
        },
        {
            "start": 941451245,
            "stop": 941452071
        },
        {
            "start": 941502583,
            "stop": 941503563
        },
        {
            "start": 941505195,
            "stop": 941507768
        },
        {
            "start": 941510091,
            "stop": 941511818
        },
        {
            "start": 941513359,
            "stop": 941515193
        },
        {
            "start": 941522819,
            "stop": 941523831
        },
        {
            "start": 941526530,
            "stop": 941529184
        },
        {
            "start": 941531294,
            "stop": 941533569
        },
        {
            "start": 941534986,
            "stop": 941535336
        },
        {
            "start": 941536962,
            "stop": 941537252
        },
        {
            "start": 941541005,
            "stop": 941541624
        },
        {
            "start": 941674771,
            "stop": 941675846
        },
        {
            "start": 941679323,
            "stop": 941679544
        },
        {
            "start": 941680425,
            "stop": 941681010
        },
        {
            "start": 941683086,
            "stop": 941683192
        }
    ]
}