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=438
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=439",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=437",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 438,
    "results": [
        {
            "start": 825781484,
            "stop": 825781604
        },
        {
            "start": 825781621,
            "stop": 825782003
        },
        {
            "start": 825782303,
            "stop": 825782366
        },
        {
            "start": 825821123,
            "stop": 825822701
        },
        {
            "start": 825824272,
            "stop": 825824669
        },
        {
            "start": 825824783,
            "stop": 825838904
        },
        {
            "start": 825838921,
            "stop": 825841312
        },
        {
            "start": 825841612,
            "stop": 825841810
        },
        {
            "start": 825841827,
            "stop": 825843796
        },
        {
            "start": 825843813,
            "stop": 825850311
        },
        {
            "start": 825850328,
            "stop": 825851155
        },
        {
            "start": 825851172,
            "stop": 825854747
        },
        {
            "start": 825854764,
            "stop": 825856749
        },
        {
            "start": 825856753,
            "stop": 825866040
        },
        {
            "start": 825866123,
            "stop": 825869161
        },
        {
            "start": 825869180,
            "stop": 825869730
        },
        {
            "start": 825869749,
            "stop": 825870178
        },
        {
            "start": 825870195,
            "stop": 825871200
        },
        {
            "start": 825871273,
            "stop": 825871287
        },
        {
            "start": 825871308,
            "stop": 825873487
        }
    ]
}