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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=385",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=383",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 384,
    "results": [
        {
            "start": 821444077,
            "stop": 821444086
        },
        {
            "start": 821444105,
            "stop": 821444132
        },
        {
            "start": 821444151,
            "stop": 821444163
        },
        {
            "start": 821444182,
            "stop": 821444200
        },
        {
            "start": 821444219,
            "stop": 821444271
        },
        {
            "start": 821444308,
            "stop": 821444405
        },
        {
            "start": 821444424,
            "stop": 821444506
        },
        {
            "start": 821444526,
            "stop": 821444539
        },
        {
            "start": 821444558,
            "stop": 821444590
        },
        {
            "start": 821444616,
            "stop": 821444632
        },
        {
            "start": 821444651,
            "stop": 821444662
        },
        {
            "start": 821444681,
            "stop": 821444707
        },
        {
            "start": 821444726,
            "stop": 821444948
        },
        {
            "start": 821444999,
            "stop": 821445020
        },
        {
            "start": 821445072,
            "stop": 821445102
        },
        {
            "start": 821445121,
            "stop": 821445146
        },
        {
            "start": 821445176,
            "stop": 821445182
        },
        {
            "start": 821445201,
            "stop": 821445266
        },
        {
            "start": 821445285,
            "stop": 821445580
        },
        {
            "start": 821445615,
            "stop": 821445682
        }
    ]
}