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=319
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=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=318",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 319,
    "results": [
        {
            "start": 822627430,
            "stop": 822627673
        },
        {
            "start": 822627690,
            "stop": 822628037
        },
        {
            "start": 822628040,
            "stop": 822628095
        },
        {
            "start": 822628098,
            "stop": 822628441
        },
        {
            "start": 822628444,
            "stop": 822628487
        },
        {
            "start": 822628490,
            "stop": 822629005
        },
        {
            "start": 822629008,
            "stop": 822629009
        },
        {
            "start": 822629013,
            "stop": 822629106
        },
        {
            "start": 822629109,
            "stop": 822629266
        },
        {
            "start": 822629269,
            "stop": 822629751
        },
        {
            "start": 822629754,
            "stop": 822629998
        },
        {
            "start": 822630001,
            "stop": 822630282
        },
        {
            "start": 822630285,
            "stop": 822630287
        },
        {
            "start": 822630290,
            "stop": 822630346
        },
        {
            "start": 822630349,
            "stop": 822630588
        },
        {
            "start": 822630591,
            "stop": 822630628
        },
        {
            "start": 822630632,
            "stop": 822630721
        },
        {
            "start": 822630724,
            "stop": 822630909
        },
        {
            "start": 822630912,
            "stop": 822631707
        },
        {
            "start": 822631710,
            "stop": 822631725
        }
    ]
}