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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5199",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5200,
    "results": [
        {
            "start": 874865925,
            "stop": 874866037
        },
        {
            "start": 874866044,
            "stop": 874866062
        },
        {
            "start": 874866070,
            "stop": 874866261
        },
        {
            "start": 874866268,
            "stop": 874866299
        },
        {
            "start": 874866307,
            "stop": 874866365
        },
        {
            "start": 874866372,
            "stop": 874866604
        },
        {
            "start": 874866611,
            "stop": 874866812
        },
        {
            "start": 874866819,
            "stop": 874866857
        },
        {
            "start": 874866871,
            "stop": 874866915
        },
        {
            "start": 874866922,
            "stop": 874867026
        },
        {
            "start": 874867034,
            "stop": 874867078
        },
        {
            "start": 874876031,
            "stop": 874876904
        },
        {
            "start": 874877085,
            "stop": 874878220
        },
        {
            "start": 874879206,
            "stop": 874881945
        },
        {
            "start": 874881952,
            "stop": 874884096
        },
        {
            "start": 874884103,
            "stop": 874884185
        },
        {
            "start": 874884192,
            "stop": 874884768
        },
        {
            "start": 874884775,
            "stop": 874884881
        },
        {
            "start": 874884889,
            "stop": 874885385
        },
        {
            "start": 874885392,
            "stop": 874885452
        }
    ]
}