Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5219
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5218",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5219,
    "results": [
        {
            "start": 875222569,
            "stop": 875222622
        },
        {
            "start": 875222678,
            "stop": 875222690
        },
        {
            "start": 875222728,
            "stop": 875222744
        },
        {
            "start": 875222764,
            "stop": 875222771
        },
        {
            "start": 875222803,
            "stop": 875222821
        },
        {
            "start": 875222864,
            "stop": 875222871
        },
        {
            "start": 875222896,
            "stop": 875222924
        },
        {
            "start": 875222943,
            "stop": 875222955
        },
        {
            "start": 875222981,
            "stop": 875222984
        },
        {
            "start": 875223003,
            "stop": 875223148
        },
        {
            "start": 875223187,
            "stop": 875223210
        },
        {
            "start": 875223232,
            "stop": 875223247
        },
        {
            "start": 875223266,
            "stop": 875223275
        },
        {
            "start": 875223322,
            "stop": 875223336
        },
        {
            "start": 875223355,
            "stop": 875223358
        },
        {
            "start": 875223377,
            "stop": 875223415
        },
        {
            "start": 875223447,
            "stop": 875223476
        },
        {
            "start": 875223496,
            "stop": 875223512
        },
        {
            "start": 875223531,
            "stop": 875223534
        },
        {
            "start": 875223553,
            "stop": 875223554
        }
    ]
}