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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=282",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 283,
    "results": [
        {
            "start": 821692735,
            "stop": 821692740
        },
        {
            "start": 821692745,
            "stop": 821692748
        },
        {
            "start": 821692751,
            "stop": 821692759
        },
        {
            "start": 821692765,
            "stop": 821692768
        },
        {
            "start": 821692773,
            "stop": 821692792
        },
        {
            "start": 821692803,
            "stop": 821692846
        },
        {
            "start": 821692849,
            "stop": 821692853
        },
        {
            "start": 821692856,
            "stop": 821692863
        },
        {
            "start": 821692866,
            "stop": 821692868
        },
        {
            "start": 821692877,
            "stop": 821692885
        },
        {
            "start": 821692888,
            "stop": 821692924
        },
        {
            "start": 821692927,
            "stop": 821692990
        },
        {
            "start": 821692993,
            "stop": 821692995
        },
        {
            "start": 821692998,
            "stop": 821693015
        },
        {
            "start": 821693018,
            "stop": 821693021
        },
        {
            "start": 821693024,
            "stop": 821693038
        },
        {
            "start": 821693044,
            "stop": 821693046
        },
        {
            "start": 821693052,
            "stop": 821693058
        },
        {
            "start": 821693061,
            "stop": 821693063
        },
        {
            "start": 821693066,
            "stop": 821693087
        }
    ]
}