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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=3",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 4,
    "results": [
        {
            "start": 1165040734,
            "stop": 1165040735
        },
        {
            "start": 1165040736,
            "stop": 1165040764
        },
        {
            "start": 1165040765,
            "stop": 1165040779
        },
        {
            "start": 1165040780,
            "stop": 1165040792
        },
        {
            "start": 1165040793,
            "stop": 1165040807
        },
        {
            "start": 1165040808,
            "stop": 1165040844
        },
        {
            "start": 1165040845,
            "stop": 1165040861
        },
        {
            "start": 1165040862,
            "stop": 1165040907
        },
        {
            "start": 1165040908,
            "stop": 1165040935
        },
        {
            "start": 1165040936,
            "stop": 1165040955
        },
        {
            "start": 1165040956,
            "stop": 1165040977
        },
        {
            "start": 1165040978,
            "stop": 1165041117
        },
        {
            "start": 1165041118,
            "stop": 1165041143
        },
        {
            "start": 1165041144,
            "stop": 1165041160
        },
        {
            "start": 1165041162,
            "stop": 1165041247
        },
        {
            "start": 1165041249,
            "stop": 1165041280
        },
        {
            "start": 1165041282,
            "stop": 1165041420
        },
        {
            "start": 1165041423,
            "stop": 1165041439
        },
        {
            "start": 1165041440,
            "stop": 1165041469
        },
        {
            "start": 1165041470,
            "stop": 1165041489
        }
    ]
}