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=6437
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=6438",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6436",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6437,
    "results": [
        {
            "start": 873836593,
            "stop": 873836613
        },
        {
            "start": 873836614,
            "stop": 873836712
        },
        {
            "start": 873836714,
            "stop": 873836807
        },
        {
            "start": 873836808,
            "stop": 873836818
        },
        {
            "start": 873836819,
            "stop": 873836899
        },
        {
            "start": 873836900,
            "stop": 873836916
        },
        {
            "start": 873836918,
            "stop": 873836973
        },
        {
            "start": 873836975,
            "stop": 873837003
        },
        {
            "start": 873837005,
            "stop": 873837027
        },
        {
            "start": 873837029,
            "stop": 873837040
        },
        {
            "start": 873837041,
            "stop": 873837171
        },
        {
            "start": 873837172,
            "stop": 873837579
        },
        {
            "start": 873837580,
            "stop": 873837688
        },
        {
            "start": 873837689,
            "stop": 873837759
        },
        {
            "start": 873837761,
            "stop": 873837944
        },
        {
            "start": 873837945,
            "stop": 873837959
        },
        {
            "start": 873837960,
            "stop": 873838072
        },
        {
            "start": 873838074,
            "stop": 873838090
        },
        {
            "start": 873838091,
            "stop": 873838105
        },
        {
            "start": 873838106,
            "stop": 873838235
        }
    ]
}