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=2094
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=2095",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2093",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2094,
    "results": [
        {
            "start": 864314883,
            "stop": 864325230
        },
        {
            "start": 864326713,
            "stop": 864327997
        },
        {
            "start": 864328602,
            "stop": 864339033
        },
        {
            "start": 864339496,
            "stop": 864340013
        },
        {
            "start": 864340934,
            "stop": 864340980
        },
        {
            "start": 864341040,
            "stop": 864341333
        },
        {
            "start": 864341336,
            "stop": 864341340
        },
        {
            "start": 864341343,
            "stop": 864341369
        },
        {
            "start": 864341371,
            "stop": 864341374
        },
        {
            "start": 864341616,
            "stop": 864341627
        },
        {
            "start": 864341630,
            "stop": 864341726
        },
        {
            "start": 864353062,
            "stop": 864353160
        },
        {
            "start": 864353418,
            "stop": 864353531
        },
        {
            "start": 864353831,
            "stop": 864354018
        },
        {
            "start": 864354406,
            "stop": 864363194
        },
        {
            "start": 864363196,
            "stop": 864409465
        },
        {
            "start": 864409470,
            "stop": 864415959
        },
        {
            "start": 864416325,
            "stop": 864416329
        },
        {
            "start": 864416439,
            "stop": 864416700
        },
        {
            "start": 864417230,
            "stop": 864418221
        }
    ]
}