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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=263",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 264,
    "results": [
        {
            "start": 827922151,
            "stop": 827945735
        },
        {
            "start": 827945740,
            "stop": 827945752
        },
        {
            "start": 827945758,
            "stop": 827945828
        },
        {
            "start": 827945938,
            "stop": 827946399
        },
        {
            "start": 827946699,
            "stop": 827953735
        },
        {
            "start": 827953743,
            "stop": 827965994
        },
        {
            "start": 827965996,
            "stop": 827966001
        },
        {
            "start": 827966004,
            "stop": 827966015
        },
        {
            "start": 827966017,
            "stop": 827966044
        },
        {
            "start": 827966046,
            "stop": 827966051
        },
        {
            "start": 827966053,
            "stop": 827966073
        },
        {
            "start": 827966075,
            "stop": 827966076
        },
        {
            "start": 827966078,
            "stop": 827966695
        },
        {
            "start": 827966697,
            "stop": 827966726
        },
        {
            "start": 827966728,
            "stop": 827966748
        },
        {
            "start": 827966750,
            "stop": 827966829
        },
        {
            "start": 827966831,
            "stop": 827969088
        },
        {
            "start": 827969090,
            "stop": 827969106
        },
        {
            "start": 827969108,
            "stop": 827971410
        },
        {
            "start": 827971565,
            "stop": 827971626
        }
    ]
}