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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=302",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 303,
    "results": [
        {
            "start": 859073368,
            "stop": 859073378
        },
        {
            "start": 859073382,
            "stop": 859073601
        },
        {
            "start": 859073605,
            "stop": 859074580
        },
        {
            "start": 859074584,
            "stop": 859075109
        },
        {
            "start": 859081588,
            "stop": 859082322
        },
        {
            "start": 859084013,
            "stop": 859084238
        },
        {
            "start": 859084243,
            "stop": 859084298
        },
        {
            "start": 859084303,
            "stop": 859084337
        },
        {
            "start": 859084341,
            "stop": 859084481
        },
        {
            "start": 859084485,
            "stop": 859084608
        },
        {
            "start": 859084612,
            "stop": 859084630
        },
        {
            "start": 859084635,
            "stop": 859084651
        },
        {
            "start": 859084655,
            "stop": 859084692
        },
        {
            "start": 859092694,
            "stop": 859093661
        },
        {
            "start": 859094893,
            "stop": 859094919
        },
        {
            "start": 859095548,
            "stop": 859095863
        },
        {
            "start": 859098081,
            "stop": 859123595
        },
        {
            "start": 859125095,
            "stop": 859127636
        },
        {
            "start": 859129866,
            "stop": 859140870
        },
        {
            "start": 859141292,
            "stop": 859145836
        }
    ]
}