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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=75",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 76,
    "results": [
        {
            "start": 1165929966,
            "stop": 1165930210
        },
        {
            "start": 1165930321,
            "stop": 1165937061
        },
        {
            "start": 1165942403,
            "stop": 1165949510
        },
        {
            "start": 1165955114,
            "stop": 1165956611
        },
        {
            "start": 1165956777,
            "stop": 1165981018
        },
        {
            "start": 1165986540,
            "stop": 1165987876
        },
        {
            "start": 1165989597,
            "stop": 1165990324
        },
        {
            "start": 1165990478,
            "stop": 1165990560
        },
        {
            "start": 1165992232,
            "stop": 1165992884
        },
        {
            "start": 1165994151,
            "stop": 1165994759
        },
        {
            "start": 1165996952,
            "stop": 1165997696
        },
        {
            "start": 1165999735,
            "stop": 1165999757
        },
        {
            "start": 1165999759,
            "stop": 1165999881
        },
        {
            "start": 1165999882,
            "stop": 1166000140
        },
        {
            "start": 1166000143,
            "stop": 1166000155
        },
        {
            "start": 1166000156,
            "stop": 1166000168
        },
        {
            "start": 1166000170,
            "stop": 1166000212
        },
        {
            "start": 1166000213,
            "stop": 1166000227
        },
        {
            "start": 1166000228,
            "stop": 1166000271
        },
        {
            "start": 1166000272,
            "stop": 1166000299
        }
    ]
}