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=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=158",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 159,
    "results": [
        {
            "start": 1177522597,
            "stop": 1177522603
        },
        {
            "start": 1177522608,
            "stop": 1177522615
        },
        {
            "start": 1177522619,
            "stop": 1177522649
        },
        {
            "start": 1177522654,
            "stop": 1177522905
        },
        {
            "start": 1177522910,
            "stop": 1177522916
        },
        {
            "start": 1177522922,
            "stop": 1177522942
        },
        {
            "start": 1177522945,
            "stop": 1177523263
        },
        {
            "start": 1177523267,
            "stop": 1177523406
        },
        {
            "start": 1177523412,
            "stop": 1177523417
        },
        {
            "start": 1177523423,
            "stop": 1177523430
        },
        {
            "start": 1177523432,
            "stop": 1177523944
        },
        {
            "start": 1177523949,
            "stop": 1177523956
        },
        {
            "start": 1177523960,
            "stop": 1177524124
        },
        {
            "start": 1177524127,
            "stop": 1177524135
        },
        {
            "start": 1177524140,
            "stop": 1177524148
        },
        {
            "start": 1177524149,
            "stop": 1177524222
        },
        {
            "start": 1177524225,
            "stop": 1177524263
        },
        {
            "start": 1177524268,
            "stop": 1177524527
        },
        {
            "start": 1177524533,
            "stop": 1177524538
        },
        {
            "start": 1177524545,
            "stop": 1177524550
        }
    ]
}