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=6303
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=6304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6302",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6303,
    "results": [
        {
            "start": 873162837,
            "stop": 873163694
        },
        {
            "start": 873163695,
            "stop": 873164426
        },
        {
            "start": 873164428,
            "stop": 873165010
        },
        {
            "start": 873165012,
            "stop": 873165149
        },
        {
            "start": 873165150,
            "stop": 873165755
        },
        {
            "start": 873165756,
            "stop": 873166154
        },
        {
            "start": 873166155,
            "stop": 873166658
        },
        {
            "start": 873166659,
            "stop": 873166905
        },
        {
            "start": 873166906,
            "stop": 873167095
        },
        {
            "start": 873167096,
            "stop": 873167125
        },
        {
            "start": 873167127,
            "stop": 873167785
        },
        {
            "start": 873167787,
            "stop": 873167829
        },
        {
            "start": 873167831,
            "stop": 873167870
        },
        {
            "start": 873167871,
            "stop": 873167935
        },
        {
            "start": 873167936,
            "stop": 873168268
        },
        {
            "start": 873168270,
            "stop": 873168274
        },
        {
            "start": 873168275,
            "stop": 873168579
        },
        {
            "start": 873168580,
            "stop": 873168594
        },
        {
            "start": 873168595,
            "stop": 873168723
        },
        {
            "start": 873168724,
            "stop": 873169160
        }
    ]
}