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=1936
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=1937",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1935",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1936,
    "results": [
        {
            "start": 850332401,
            "stop": 850333879
        },
        {
            "start": 850334016,
            "stop": 850334157
        },
        {
            "start": 850334213,
            "stop": 850336590
        },
        {
            "start": 850336756,
            "stop": 850340392
        },
        {
            "start": 850340398,
            "stop": 850340480
        },
        {
            "start": 850340485,
            "stop": 850340633
        },
        {
            "start": 850340718,
            "stop": 850345776
        },
        {
            "start": 850347096,
            "stop": 850362310
        },
        {
            "start": 850362420,
            "stop": 850362440
        },
        {
            "start": 850362867,
            "stop": 850370167
        },
        {
            "start": 850370277,
            "stop": 850370278
        },
        {
            "start": 850372996,
            "stop": 850395560
        },
        {
            "start": 850397017,
            "stop": 850405041
        },
        {
            "start": 850405370,
            "stop": 850420715
        },
        {
            "start": 850420716,
            "stop": 850457907
        },
        {
            "start": 850457909,
            "stop": 850486172
        },
        {
            "start": 850486178,
            "stop": 850488184
        },
        {
            "start": 850488294,
            "stop": 850488386
        },
        {
            "start": 850488804,
            "stop": 850489887
        },
        {
            "start": 850489889,
            "stop": 850490680
        }
    ]
}