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=5122
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=5123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5121",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5122,
    "results": [
        {
            "start": 874685146,
            "stop": 874685205
        },
        {
            "start": 874685212,
            "stop": 874685236
        },
        {
            "start": 874685244,
            "stop": 874685248
        },
        {
            "start": 874685256,
            "stop": 874685262
        },
        {
            "start": 874685270,
            "stop": 874685286
        },
        {
            "start": 874685294,
            "stop": 874685318
        },
        {
            "start": 874685325,
            "stop": 874685369
        },
        {
            "start": 874685381,
            "stop": 874685394
        },
        {
            "start": 874685406,
            "stop": 874685415
        },
        {
            "start": 874685422,
            "stop": 874685456
        },
        {
            "start": 874685463,
            "stop": 874685514
        },
        {
            "start": 874685521,
            "stop": 874685594
        },
        {
            "start": 874685601,
            "stop": 874685605
        },
        {
            "start": 874685612,
            "stop": 874685673
        },
        {
            "start": 874685686,
            "stop": 874685711
        },
        {
            "start": 874685718,
            "stop": 874685733
        },
        {
            "start": 874685740,
            "stop": 874685797
        },
        {
            "start": 874685804,
            "stop": 874685848
        },
        {
            "start": 874685855,
            "stop": 874685866
        },
        {
            "start": 874685873,
            "stop": 874685966
        }
    ]
}