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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=113",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 114,
    "results": [
        {
            "start": 1175553513,
            "stop": 1175554191
        },
        {
            "start": 1175554192,
            "stop": 1175555548
        },
        {
            "start": 1175555549,
            "stop": 1175556551
        },
        {
            "start": 1175556552,
            "stop": 1175557562
        },
        {
            "start": 1175559005,
            "stop": 1175560213
        },
        {
            "start": 1175560214,
            "stop": 1175561355
        },
        {
            "start": 1175561356,
            "stop": 1175562724
        },
        {
            "start": 1175562725,
            "stop": 1175564342
        },
        {
            "start": 1175564343,
            "stop": 1175565971
        },
        {
            "start": 1175565972,
            "stop": 1175567634
        },
        {
            "start": 1175567635,
            "stop": 1175568442
        },
        {
            "start": 1175568443,
            "stop": 1175569368
        },
        {
            "start": 1175569369,
            "stop": 1175570696
        },
        {
            "start": 1175570697,
            "stop": 1175571828
        },
        {
            "start": 1175571829,
            "stop": 1175572853
        },
        {
            "start": 1175572854,
            "stop": 1175573955
        },
        {
            "start": 1175573956,
            "stop": 1175574393
        },
        {
            "start": 1175574394,
            "stop": 1175575114
        },
        {
            "start": 1175575115,
            "stop": 1175575906
        },
        {
            "start": 1175575907,
            "stop": 1175576953
        }
    ]
}