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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=80",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 81,
    "results": [
        {
            "start": 1166429858,
            "stop": 1166429977
        },
        {
            "start": 1166429979,
            "stop": 1166430455
        },
        {
            "start": 1166430456,
            "stop": 1166430800
        },
        {
            "start": 1166430801,
            "stop": 1166430824
        },
        {
            "start": 1166430825,
            "stop": 1166431096
        },
        {
            "start": 1166431097,
            "stop": 1166431288
        },
        {
            "start": 1166431290,
            "stop": 1166431387
        },
        {
            "start": 1166431388,
            "stop": 1166431906
        },
        {
            "start": 1166431907,
            "stop": 1166431913
        },
        {
            "start": 1166431914,
            "stop": 1166432329
        },
        {
            "start": 1166432330,
            "stop": 1166432341
        },
        {
            "start": 1166432342,
            "stop": 1166432356
        },
        {
            "start": 1166432357,
            "stop": 1166432420
        },
        {
            "start": 1166432421,
            "stop": 1166432511
        },
        {
            "start": 1166432512,
            "stop": 1166432718
        },
        {
            "start": 1166432720,
            "stop": 1166432753
        },
        {
            "start": 1166432754,
            "stop": 1166432825
        },
        {
            "start": 1166432826,
            "stop": 1166432877
        },
        {
            "start": 1166432878,
            "stop": 1166432879
        },
        {
            "start": 1166432880,
            "stop": 1166433165
        }
    ]
}