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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9926",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9924",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9925,
    "results": [
        {
            "start": 874894625,
            "stop": 874896000
        },
        {
            "start": 874896060,
            "stop": 874896720
        },
        {
            "start": 874896867,
            "stop": 874897068
        },
        {
            "start": 874897085,
            "stop": 874897596
        },
        {
            "start": 874897613,
            "stop": 874898434
        },
        {
            "start": 874898554,
            "stop": 874900071
        },
        {
            "start": 874900191,
            "stop": 874900685
        },
        {
            "start": 874900702,
            "stop": 874901088
        },
        {
            "start": 874901105,
            "stop": 874901340
        },
        {
            "start": 874901400,
            "stop": 874901592
        },
        {
            "start": 874901940,
            "stop": 874902136
        },
        {
            "start": 874903006,
            "stop": 874903059
        },
        {
            "start": 874903076,
            "stop": 874903192
        },
        {
            "start": 874903312,
            "stop": 874903860
        },
        {
            "start": 874903920,
            "stop": 874904520
        },
        {
            "start": 874904580,
            "stop": 874905480
        },
        {
            "start": 874905497,
            "stop": 874905518
        },
        {
            "start": 874905535,
            "stop": 874905879
        },
        {
            "start": 874905896,
            "stop": 874906645
        },
        {
            "start": 874906662,
            "stop": 874906664
        }
    ]
}