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=174
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=175",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=173",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 174,
    "results": [
        {
            "start": 1177893970,
            "stop": 1177893978
        },
        {
            "start": 1177980928,
            "stop": 1177982476
        },
        {
            "start": 1177985612,
            "stop": 1177998922
        },
        {
            "start": 1178004281,
            "stop": 1178014684
        },
        {
            "start": 1178018789,
            "stop": 1178027601
        },
        {
            "start": 1178029475,
            "stop": 1178029895
        },
        {
            "start": 1178029898,
            "stop": 1178029905
        },
        {
            "start": 1178029911,
            "stop": 1178029916
        },
        {
            "start": 1178029921,
            "stop": 1178029955
        },
        {
            "start": 1178029958,
            "stop": 1178031433
        },
        {
            "start": 1178063779,
            "stop": 1178067033
        },
        {
            "start": 1178072059,
            "stop": 1178084106
        },
        {
            "start": 1178086459,
            "stop": 1178100327
        },
        {
            "start": 1178102162,
            "stop": 1178109462
        },
        {
            "start": 1178112707,
            "stop": 1178141834
        },
        {
            "start": 1178141839,
            "stop": 1178143501
        },
        {
            "start": 1178145498,
            "stop": 1178193204
        },
        {
            "start": 1178196598,
            "stop": 1178285782
        },
        {
            "start": 1178287458,
            "stop": 1178287615
        },
        {
            "start": 1178287653,
            "stop": 1178290827
        }
    ]
}