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=251
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=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=250",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 251,
    "results": [
        {
            "start": 821680506,
            "stop": 821680507
        },
        {
            "start": 821680510,
            "stop": 821680513
        },
        {
            "start": 821680518,
            "stop": 821680520
        },
        {
            "start": 821680523,
            "stop": 821680536
        },
        {
            "start": 821680539,
            "stop": 821680541
        },
        {
            "start": 821680545,
            "stop": 821680555
        },
        {
            "start": 821680558,
            "stop": 821680587
        },
        {
            "start": 821680595,
            "stop": 821680616
        },
        {
            "start": 821680620,
            "stop": 821680623
        },
        {
            "start": 821680626,
            "stop": 821680630
        },
        {
            "start": 821680635,
            "stop": 821680647
        },
        {
            "start": 821680650,
            "stop": 821680657
        },
        {
            "start": 821680665,
            "stop": 821680672
        },
        {
            "start": 821680675,
            "stop": 821680676
        },
        {
            "start": 821680679,
            "stop": 821680688
        },
        {
            "start": 821680694,
            "stop": 821680695
        },
        {
            "start": 821680701,
            "stop": 821680702
        },
        {
            "start": 821680706,
            "stop": 821680710
        },
        {
            "start": 821680713,
            "stop": 821680723
        },
        {
            "start": 821680726,
            "stop": 821680733
        }
    ]
}