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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8870",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8868",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8869,
    "results": [
        {
            "start": 874890310,
            "stop": 874891373
        },
        {
            "start": 874891390,
            "stop": 874891775
        },
        {
            "start": 874891792,
            "stop": 874893799
        },
        {
            "start": 874893947,
            "stop": 874894505
        },
        {
            "start": 874894625,
            "stop": 874896000
        },
        {
            "start": 874896060,
            "stop": 874896710
        },
        {
            "start": 874896867,
            "stop": 874897068
        },
        {
            "start": 874897085,
            "stop": 874897596
        },
        {
            "start": 874897613,
            "stop": 874898434
        },
        {
            "start": 874898554,
            "stop": 874900071
        },
        {
            "start": 874900191,
            "stop": 874901088
        },
        {
            "start": 874901105,
            "stop": 874901340
        },
        {
            "start": 874901400,
            "stop": 874901592
        },
        {
            "start": 874901940,
            "stop": 874902131
        },
        {
            "start": 874903006,
            "stop": 874903059
        },
        {
            "start": 874903076,
            "stop": 874903192
        },
        {
            "start": 874903312,
            "stop": 874903850
        },
        {
            "start": 874903930,
            "stop": 874904520
        },
        {
            "start": 874904580,
            "stop": 874905480
        },
        {
            "start": 874905497,
            "stop": 874909217
        }
    ]
}