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=68
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=69",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=67",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 68,
    "results": [
        {
            "start": 1165853702,
            "stop": 1165853710
        },
        {
            "start": 1165853711,
            "stop": 1165853712
        },
        {
            "start": 1165853713,
            "stop": 1165853715
        },
        {
            "start": 1165853716,
            "stop": 1165853761
        },
        {
            "start": 1165853763,
            "stop": 1165853765
        },
        {
            "start": 1165853766,
            "stop": 1165853783
        },
        {
            "start": 1165853784,
            "stop": 1165853793
        },
        {
            "start": 1165853794,
            "stop": 1165853803
        },
        {
            "start": 1165853804,
            "stop": 1165853806
        },
        {
            "start": 1165853807,
            "stop": 1165853880
        },
        {
            "start": 1165853881,
            "stop": 1165853915
        },
        {
            "start": 1165853916,
            "stop": 1165853918
        },
        {
            "start": 1165853919,
            "stop": 1165853923
        },
        {
            "start": 1165853924,
            "stop": 1165853934
        },
        {
            "start": 1165853935,
            "stop": 1165853943
        },
        {
            "start": 1165853944,
            "stop": 1165853963
        },
        {
            "start": 1165853964,
            "stop": 1165853971
        },
        {
            "start": 1165853972,
            "stop": 1165853974
        },
        {
            "start": 1165853975,
            "stop": 1165853976
        },
        {
            "start": 1165853977,
            "stop": 1165853981
        }
    ]
}