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=224
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=225",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=223",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 224,
    "results": [
        {
            "start": 1185053344,
            "stop": 1185055372
        },
        {
            "start": 1185062262,
            "stop": 1185078061
        },
        {
            "start": 1185080138,
            "stop": 1185104640
        },
        {
            "start": 1185104700,
            "stop": 1185104880
        },
        {
            "start": 1185105180,
            "stop": 1185105420
        },
        {
            "start": 1185105540,
            "stop": 1185116169
        },
        {
            "start": 1185116174,
            "stop": 1185120855
        },
        {
            "start": 1185122754,
            "stop": 1185134144
        },
        {
            "start": 1185136298,
            "stop": 1185160868
        },
        {
            "start": 1185179708,
            "stop": 1185209254
        },
        {
            "start": 1185211294,
            "stop": 1185212379
        },
        {
            "start": 1185235872,
            "stop": 1185247440
        },
        {
            "start": 1185247920,
            "stop": 1185307467
        },
        {
            "start": 1185324983,
            "stop": 1185325056
        },
        {
            "start": 1185325248,
            "stop": 1185326277
        },
        {
            "start": 1185328213,
            "stop": 1185380559
        },
        {
            "start": 1185383184,
            "stop": 1185414753
        },
        {
            "start": 1185416509,
            "stop": 1185419201
        },
        {
            "start": 1185419361,
            "stop": 1185437460
        },
        {
            "start": 1185437640,
            "stop": 1185454497
        }
    ]
}