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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3827",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3825",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3826,
    "results": [
        {
            "start": 874897085,
            "stop": 874897596
        },
        {
            "start": 874897613,
            "stop": 874900685
        },
        {
            "start": 874900702,
            "stop": 874901088
        },
        {
            "start": 874901105,
            "stop": 874901592
        },
        {
            "start": 874901892,
            "stop": 874902136
        },
        {
            "start": 874902246,
            "stop": 874902706
        },
        {
            "start": 874903006,
            "stop": 874903059
        },
        {
            "start": 874903076,
            "stop": 874903860
        },
        {
            "start": 874903920,
            "stop": 874905480
        },
        {
            "start": 874905497,
            "stop": 874905518
        },
        {
            "start": 874905535,
            "stop": 874905879
        },
        {
            "start": 874905896,
            "stop": 874906645
        },
        {
            "start": 874906662,
            "stop": 874906664
        },
        {
            "start": 874906681,
            "stop": 874909211
        },
        {
            "start": 874909234,
            "stop": 874909304
        },
        {
            "start": 874909321,
            "stop": 874909409
        },
        {
            "start": 874909426,
            "stop": 874909571
        },
        {
            "start": 874909589,
            "stop": 874909657
        },
        {
            "start": 874909674,
            "stop": 874909690
        },
        {
            "start": 874909707,
            "stop": 874910015
        }
    ]
}