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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=384",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=382",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 383,
    "results": [
        {
            "start": 1182898883,
            "stop": 1182898887
        },
        {
            "start": 1182898891,
            "stop": 1182898913
        },
        {
            "start": 1182898919,
            "stop": 1182898921
        },
        {
            "start": 1182898925,
            "stop": 1182898930
        },
        {
            "start": 1182898932,
            "stop": 1182898934
        },
        {
            "start": 1182898937,
            "stop": 1182898940
        },
        {
            "start": 1182898941,
            "stop": 1182898947
        },
        {
            "start": 1182898951,
            "stop": 1182898954
        },
        {
            "start": 1182898958,
            "stop": 1182898961
        },
        {
            "start": 1182898965,
            "stop": 1182898967
        },
        {
            "start": 1182898969,
            "stop": 1182898972
        },
        {
            "start": 1182898977,
            "stop": 1182898979
        },
        {
            "start": 1182898985,
            "stop": 1182898987
        },
        {
            "start": 1182898992,
            "stop": 1182898994
        },
        {
            "start": 1182898995,
            "stop": 1182898999
        },
        {
            "start": 1182899003,
            "stop": 1182899005
        },
        {
            "start": 1182899012,
            "stop": 1182899018
        },
        {
            "start": 1182899019,
            "stop": 1182899040
        },
        {
            "start": 1182908130,
            "stop": 1182958780
        },
        {
            "start": 1182958782,
            "stop": 1182964473
        }
    ]
}