Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=568
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=569",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=567",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 568,
    "results": [
        {
            "start": 827406226,
            "stop": 827406238
        },
        {
            "start": 827406280,
            "stop": 827406451
        },
        {
            "start": 827406483,
            "stop": 827406491
        },
        {
            "start": 827406516,
            "stop": 827406555
        },
        {
            "start": 827406590,
            "stop": 827406599
        },
        {
            "start": 827406683,
            "stop": 827406736
        },
        {
            "start": 827406757,
            "stop": 827406773
        },
        {
            "start": 827406794,
            "stop": 827406857
        },
        {
            "start": 827406912,
            "stop": 827407335
        },
        {
            "start": 827407354,
            "stop": 827407431
        },
        {
            "start": 827407468,
            "stop": 827407729
        },
        {
            "start": 827407833,
            "stop": 827407878
        },
        {
            "start": 827407897,
            "stop": 827407927
        },
        {
            "start": 827407986,
            "stop": 827408018
        },
        {
            "start": 827408038,
            "stop": 827408066
        },
        {
            "start": 827408085,
            "stop": 827408086
        },
        {
            "start": 827408113,
            "stop": 827408116
        },
        {
            "start": 827408139,
            "stop": 827408156
        },
        {
            "start": 827408198,
            "stop": 827408212
        },
        {
            "start": 827408252,
            "stop": 827408257
        }
    ]
}