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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=161",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 162,
    "results": [
        {
            "start": 1135055691,
            "stop": 1135055697
        },
        {
            "start": 1135055700,
            "stop": 1135055706
        },
        {
            "start": 1135055709,
            "stop": 1135055712
        },
        {
            "start": 1135055719,
            "stop": 1135055725
        },
        {
            "start": 1135055728,
            "stop": 1135055742
        },
        {
            "start": 1135055746,
            "stop": 1135055758
        },
        {
            "start": 1135055761,
            "stop": 1135055768
        },
        {
            "start": 1135055771,
            "stop": 1135055774
        },
        {
            "start": 1135055777,
            "stop": 1135055779
        },
        {
            "start": 1135055782,
            "stop": 1135055785
        },
        {
            "start": 1135055789,
            "stop": 1135055793
        },
        {
            "start": 1135055796,
            "stop": 1135055798
        },
        {
            "start": 1135055801,
            "stop": 1135055803
        },
        {
            "start": 1135055806,
            "stop": 1135055807
        },
        {
            "start": 1135055810,
            "stop": 1135055811
        },
        {
            "start": 1135055814,
            "stop": 1135055816
        },
        {
            "start": 1135055824,
            "stop": 1135055826
        },
        {
            "start": 1135055829,
            "stop": 1135055832
        },
        {
            "start": 1135055838,
            "stop": 1135055839
        },
        {
            "start": 1135055842,
            "stop": 1135055843
        }
    ]
}