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=405
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=406",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=404",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 405,
    "results": [
        {
            "start": 1185199988,
            "stop": 1185202758
        },
        {
            "start": 1185202763,
            "stop": 1185203493
        },
        {
            "start": 1185203510,
            "stop": 1185209526
        },
        {
            "start": 1185209548,
            "stop": 1185213223
        },
        {
            "start": 1185213226,
            "stop": 1185213484
        },
        {
            "start": 1185213486,
            "stop": 1185215241
        },
        {
            "start": 1185215247,
            "stop": 1185215250
        },
        {
            "start": 1185215254,
            "stop": 1185215268
        },
        {
            "start": 1185215272,
            "stop": 1185215275
        },
        {
            "start": 1185244711,
            "stop": 1185258236
        },
        {
            "start": 1185258285,
            "stop": 1185282781
        },
        {
            "start": 1185282783,
            "stop": 1185288464
        },
        {
            "start": 1185288470,
            "stop": 1185292555
        },
        {
            "start": 1185292557,
            "stop": 1185296633
        },
        {
            "start": 1185296635,
            "stop": 1185303084
        },
        {
            "start": 1185303086,
            "stop": 1185307302
        },
        {
            "start": 1185335783,
            "stop": 1185378463
        },
        {
            "start": 1185378465,
            "stop": 1185378760
        },
        {
            "start": 1185378764,
            "stop": 1185379281
        },
        {
            "start": 1185379285,
            "stop": 1185383717
        }
    ]
}