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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=177",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 178,
    "results": [
        {
            "start": 821577102,
            "stop": 821577134
        },
        {
            "start": 821577137,
            "stop": 821577735
        },
        {
            "start": 821577738,
            "stop": 821577814
        },
        {
            "start": 821577817,
            "stop": 821578142
        },
        {
            "start": 821578145,
            "stop": 821580292
        },
        {
            "start": 821580295,
            "stop": 821581491
        },
        {
            "start": 821581494,
            "stop": 821581597
        },
        {
            "start": 821581600,
            "stop": 821582628
        },
        {
            "start": 821582631,
            "stop": 821582790
        },
        {
            "start": 821585481,
            "stop": 821586078
        },
        {
            "start": 821586398,
            "stop": 821587383
        },
        {
            "start": 821587783,
            "stop": 821587857
        },
        {
            "start": 821589207,
            "stop": 821589394
        },
        {
            "start": 821590627,
            "stop": 821591907
        },
        {
            "start": 821593374,
            "stop": 821593743
        },
        {
            "start": 821594143,
            "stop": 821596523
        },
        {
            "start": 821596526,
            "stop": 821597443
        },
        {
            "start": 821598205,
            "stop": 821598492
        },
        {
            "start": 821598495,
            "stop": 821598502
        },
        {
            "start": 821598505,
            "stop": 821598661
        }
    ]
}