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=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=22",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 23,
    "results": [
        {
            "start": 931245005,
            "stop": 931245015
        },
        {
            "start": 931245017,
            "stop": 931245024
        },
        {
            "start": 931245028,
            "stop": 931245030
        },
        {
            "start": 931245032,
            "stop": 931245033
        },
        {
            "start": 931245035,
            "stop": 931245039
        },
        {
            "start": 931245041,
            "stop": 931245047
        },
        {
            "start": 931245049,
            "stop": 931245074
        },
        {
            "start": 931245076,
            "stop": 931245089
        },
        {
            "start": 931245091,
            "stop": 931245093
        },
        {
            "start": 931245096,
            "stop": 931245101
        },
        {
            "start": 931245104,
            "stop": 931245110
        },
        {
            "start": 931245112,
            "stop": 931245113
        },
        {
            "start": 931245123,
            "stop": 931245130
        },
        {
            "start": 931245132,
            "stop": 931245138
        },
        {
            "start": 931245140,
            "stop": 931245145
        },
        {
            "start": 931245150,
            "stop": 931245155
        },
        {
            "start": 931245159,
            "stop": 931245160
        },
        {
            "start": 931245166,
            "stop": 931245171
        },
        {
            "start": 931245184,
            "stop": 931245187
        },
        {
            "start": 931245190,
            "stop": 931245192
        }
    ]
}