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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7179",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7180,
    "results": [
        {
            "start": 874523675,
            "stop": 874523767
        },
        {
            "start": 874523768,
            "stop": 874524242
        },
        {
            "start": 874524243,
            "stop": 874524368
        },
        {
            "start": 874524369,
            "stop": 874524376
        },
        {
            "start": 874524377,
            "stop": 874524470
        },
        {
            "start": 874524471,
            "stop": 874524619
        },
        {
            "start": 874524919,
            "stop": 874524925
        },
        {
            "start": 874524926,
            "stop": 874525083
        },
        {
            "start": 874525084,
            "stop": 874525087
        },
        {
            "start": 874525090,
            "stop": 874525091
        },
        {
            "start": 874525093,
            "stop": 874525104
        },
        {
            "start": 874525106,
            "stop": 874525108
        },
        {
            "start": 874525110,
            "stop": 874525111
        },
        {
            "start": 874525113,
            "stop": 874525115
        },
        {
            "start": 874525116,
            "stop": 874525118
        },
        {
            "start": 874525120,
            "stop": 874525121
        },
        {
            "start": 874525123,
            "stop": 874525124
        },
        {
            "start": 874525126,
            "stop": 874525155
        },
        {
            "start": 874525156,
            "stop": 874525218
        },
        {
            "start": 874525220,
            "stop": 874525298
        }
    ]
}