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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 6,
    "results": [
        {
            "start": 931107991,
            "stop": 931107992
        },
        {
            "start": 931108007,
            "stop": 931108008
        },
        {
            "start": 931108026,
            "stop": 931108027
        },
        {
            "start": 931108029,
            "stop": 931108030
        },
        {
            "start": 931108044,
            "stop": 931108045
        },
        {
            "start": 931108098,
            "stop": 931108099
        },
        {
            "start": 931108123,
            "stop": 931108124
        },
        {
            "start": 931108139,
            "stop": 931108140
        },
        {
            "start": 931108167,
            "stop": 931108168
        },
        {
            "start": 931108188,
            "stop": 931108190
        },
        {
            "start": 931108213,
            "stop": 931108216
        },
        {
            "start": 931108223,
            "stop": 931108224
        },
        {
            "start": 931108227,
            "stop": 931108228
        },
        {
            "start": 931108241,
            "stop": 931108242
        },
        {
            "start": 931108250,
            "stop": 931108251
        },
        {
            "start": 931108265,
            "stop": 931108266
        },
        {
            "start": 931108271,
            "stop": 931108272
        },
        {
            "start": 931108277,
            "stop": 931108278
        },
        {
            "start": 931108327,
            "stop": 931108328
        },
        {
            "start": 931108333,
            "stop": 931108334
        }
    ]
}