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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=107",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 108,
    "results": [
        {
            "start": 817869246,
            "stop": 817869292
        },
        {
            "start": 817869328,
            "stop": 817869421
        },
        {
            "start": 817869435,
            "stop": 817869448
        },
        {
            "start": 817869494,
            "stop": 817869505
        },
        {
            "start": 817869513,
            "stop": 817869536
        },
        {
            "start": 817869549,
            "stop": 817869596
        },
        {
            "start": 817869603,
            "stop": 817869627
        },
        {
            "start": 817869635,
            "stop": 817869720
        },
        {
            "start": 817869728,
            "stop": 817869730
        },
        {
            "start": 817869792,
            "stop": 817869801
        },
        {
            "start": 817869832,
            "stop": 817869837
        },
        {
            "start": 817869848,
            "stop": 817869863
        },
        {
            "start": 817869893,
            "stop": 817869899
        },
        {
            "start": 817869932,
            "stop": 817869957
        },
        {
            "start": 817870003,
            "stop": 817870028
        },
        {
            "start": 817870035,
            "stop": 817870037
        },
        {
            "start": 817870109,
            "stop": 817870125
        },
        {
            "start": 817870132,
            "stop": 817870157
        },
        {
            "start": 817870165,
            "stop": 817870219
        },
        {
            "start": 817870228,
            "stop": 817870279
        }
    ]
}