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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=43",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 44,
    "results": [
        {
            "start": 1173095289,
            "stop": 1173097011
        },
        {
            "start": 1173097013,
            "stop": 1173097238
        },
        {
            "start": 1173097244,
            "stop": 1173097312
        },
        {
            "start": 1173097317,
            "stop": 1173097759
        },
        {
            "start": 1173097760,
            "stop": 1173098338
        },
        {
            "start": 1173098339,
            "stop": 1173098407
        },
        {
            "start": 1173098409,
            "stop": 1173098958
        },
        {
            "start": 1173098961,
            "stop": 1173098972
        },
        {
            "start": 1173098973,
            "stop": 1173099119
        },
        {
            "start": 1173099122,
            "stop": 1173099124
        },
        {
            "start": 1173099128,
            "stop": 1173099503
        },
        {
            "start": 1173099514,
            "stop": 1173099536
        },
        {
            "start": 1173099539,
            "stop": 1173099566
        },
        {
            "start": 1173099571,
            "stop": 1173099581
        },
        {
            "start": 1173099586,
            "stop": 1173100667
        },
        {
            "start": 1173100694,
            "stop": 1173100744
        },
        {
            "start": 1173100745,
            "stop": 1173100747
        },
        {
            "start": 1173100748,
            "stop": 1173102156
        },
        {
            "start": 1173102157,
            "stop": 1173102161
        },
        {
            "start": 1173102162,
            "stop": 1173102164
        }
    ]
}