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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=162",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 163,
    "results": [
        {
            "start": 832494520,
            "stop": 832504080
        },
        {
            "start": 832510782,
            "stop": 832520413
        },
        {
            "start": 832525136,
            "stop": 832530808
        },
        {
            "start": 832535727,
            "stop": 832542533
        },
        {
            "start": 832543352,
            "stop": 832553329
        },
        {
            "start": 832554169,
            "stop": 832555453
        },
        {
            "start": 832559438,
            "stop": 832601893
        },
        {
            "start": 832604214,
            "stop": 832613833
        },
        {
            "start": 832615740,
            "stop": 832619053
        },
        {
            "start": 832619825,
            "stop": 832620973
        },
        {
            "start": 832622441,
            "stop": 832625466
        },
        {
            "start": 832626896,
            "stop": 832627513
        },
        {
            "start": 832629121,
            "stop": 832630393
        },
        {
            "start": 832631325,
            "stop": 832635647
        },
        {
            "start": 832635772,
            "stop": 832638092
        },
        {
            "start": 832638217,
            "stop": 832639696
        },
        {
            "start": 832639700,
            "stop": 832639712
        },
        {
            "start": 832639715,
            "stop": 832639885
        },
        {
            "start": 832639889,
            "stop": 832639895
        },
        {
            "start": 832639903,
            "stop": 832639919
        }
    ]
}