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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=243",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 244,
    "results": [
        {
            "start": 821680444,
            "stop": 821680459
        },
        {
            "start": 821680462,
            "stop": 821680467
        },
        {
            "start": 821680470,
            "stop": 821680487
        },
        {
            "start": 821680490,
            "stop": 821680491
        },
        {
            "start": 821680500,
            "stop": 821680503
        },
        {
            "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
        }
    ]
}