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=3547
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=3548",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3546",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3547,
    "results": [
        {
            "start": 871611729,
            "stop": 871612047
        },
        {
            "start": 871612064,
            "stop": 871612080
        },
        {
            "start": 871612140,
            "stop": 871612173
        },
        {
            "start": 871612190,
            "stop": 871612280
        },
        {
            "start": 871612297,
            "stop": 871612847
        },
        {
            "start": 871612864,
            "stop": 871613179
        },
        {
            "start": 871613196,
            "stop": 871615145
        },
        {
            "start": 871615164,
            "stop": 871616021
        },
        {
            "start": 871616044,
            "stop": 871616059
        },
        {
            "start": 871616076,
            "stop": 871616103
        },
        {
            "start": 871616170,
            "stop": 871616191
        },
        {
            "start": 871616208,
            "stop": 871616273
        },
        {
            "start": 871616290,
            "stop": 871616291
        },
        {
            "start": 871616320,
            "stop": 871616476
        },
        {
            "start": 871616493,
            "stop": 871616519
        },
        {
            "start": 871616536,
            "stop": 871616627
        },
        {
            "start": 871616650,
            "stop": 871616722
        },
        {
            "start": 871616740,
            "stop": 871616748
        },
        {
            "start": 871616765,
            "stop": 871616816
        },
        {
            "start": 871616833,
            "stop": 871616846
        }
    ]
}