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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=16",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 17,
    "results": [
        {
            "start": 1169593363,
            "stop": 1169594493
        },
        {
            "start": 1169594495,
            "stop": 1169620155
        },
        {
            "start": 1169620157,
            "stop": 1169628298
        },
        {
            "start": 1169628300,
            "stop": 1169629384
        },
        {
            "start": 1169629386,
            "stop": 1169632719
        },
        {
            "start": 1169632721,
            "stop": 1169636414
        },
        {
            "start": 1169636416,
            "stop": 1169657038
        },
        {
            "start": 1169661117,
            "stop": 1169670004
        },
        {
            "start": 1169670776,
            "stop": 1169671177
        },
        {
            "start": 1169671179,
            "stop": 1169671821
        },
        {
            "start": 1169672011,
            "stop": 1169731140
        },
        {
            "start": 1169733766,
            "stop": 1169734565
        },
        {
            "start": 1169736556,
            "stop": 1169751428
        },
        {
            "start": 1169751430,
            "stop": 1169752224
        },
        {
            "start": 1169752226,
            "stop": 1169755671
        },
        {
            "start": 1169755673,
            "stop": 1169757722
        },
        {
            "start": 1169759500,
            "stop": 1169773136
        },
        {
            "start": 1169775921,
            "stop": 1169829189
        },
        {
            "start": 1169831089,
            "stop": 1169831297
        },
        {
            "start": 1169831395,
            "stop": 1169832579
        }
    ]
}