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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=203",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 204,
    "results": [
        {
            "start": 820858194,
            "stop": 820858196
        },
        {
            "start": 820859713,
            "stop": 820860060
        },
        {
            "start": 820860067,
            "stop": 820860307
        },
        {
            "start": 820860314,
            "stop": 820860461
        },
        {
            "start": 820860468,
            "stop": 820860530
        },
        {
            "start": 820860610,
            "stop": 820860733
        },
        {
            "start": 820861472,
            "stop": 820861633
        },
        {
            "start": 820861675,
            "stop": 820861676
        },
        {
            "start": 820862326,
            "stop": 820862383
        },
        {
            "start": 820862390,
            "stop": 820862637
        },
        {
            "start": 820862644,
            "stop": 820863604
        },
        {
            "start": 820863611,
            "stop": 820863729
        },
        {
            "start": 820863736,
            "stop": 820863746
        },
        {
            "start": 820863753,
            "stop": 820863793
        },
        {
            "start": 820865924,
            "stop": 820866313
        },
        {
            "start": 820866526,
            "stop": 820866642
        },
        {
            "start": 820866649,
            "stop": 820866793
        },
        {
            "start": 820866870,
            "stop": 820867093
        },
        {
            "start": 820867149,
            "stop": 820867150
        },
        {
            "start": 820867914,
            "stop": 820868048
        }
    ]
}