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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=207",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 208,
    "results": [
        {
            "start": 1183592194,
            "stop": 1183592197
        },
        {
            "start": 1183592199,
            "stop": 1183592200
        },
        {
            "start": 1183592201,
            "stop": 1183592481
        },
        {
            "start": 1183592483,
            "stop": 1183592510
        },
        {
            "start": 1183592512,
            "stop": 1183592513
        },
        {
            "start": 1183592515,
            "stop": 1183592518
        },
        {
            "start": 1183592519,
            "stop": 1183592556
        },
        {
            "start": 1183592557,
            "stop": 1183592623
        },
        {
            "start": 1183592628,
            "stop": 1183592641
        },
        {
            "start": 1183592646,
            "stop": 1183592917
        },
        {
            "start": 1183594798,
            "stop": 1183616178
        },
        {
            "start": 1183620776,
            "stop": 1183654845
        },
        {
            "start": 1183656859,
            "stop": 1183668757
        },
        {
            "start": 1183668758,
            "stop": 1183669955
        },
        {
            "start": 1183669957,
            "stop": 1183670150
        },
        {
            "start": 1183670151,
            "stop": 1183670378
        },
        {
            "start": 1183670379,
            "stop": 1183670557
        },
        {
            "start": 1183670559,
            "stop": 1183670572
        },
        {
            "start": 1183670576,
            "stop": 1183670709
        },
        {
            "start": 1183670714,
            "stop": 1183670717
        }
    ]
}