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=373
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=374",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=372",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 373,
    "results": [
        {
            "start": 1182798056,
            "stop": 1182798192
        },
        {
            "start": 1182798193,
            "stop": 1182798534
        },
        {
            "start": 1182798535,
            "stop": 1182798897
        },
        {
            "start": 1182798898,
            "stop": 1182799107
        },
        {
            "start": 1182799108,
            "stop": 1182799153
        },
        {
            "start": 1182799154,
            "stop": 1182799367
        },
        {
            "start": 1182799368,
            "stop": 1182799384
        },
        {
            "start": 1182799385,
            "stop": 1182799549
        },
        {
            "start": 1182799550,
            "stop": 1182800080
        },
        {
            "start": 1182800081,
            "stop": 1182800222
        },
        {
            "start": 1182800223,
            "stop": 1182800224
        },
        {
            "start": 1182800225,
            "stop": 1182800498
        },
        {
            "start": 1182800500,
            "stop": 1182800546
        },
        {
            "start": 1182800547,
            "stop": 1182800729
        },
        {
            "start": 1182800730,
            "stop": 1182800962
        },
        {
            "start": 1182800963,
            "stop": 1182800984
        },
        {
            "start": 1182800985,
            "stop": 1182801300
        },
        {
            "start": 1182801301,
            "stop": 1182801364
        },
        {
            "start": 1182801365,
            "stop": 1182801557
        },
        {
            "start": 1182801558,
            "stop": 1182801571
        }
    ]
}