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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=220",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 221,
    "results": [
        {
            "start": 859075079,
            "stop": 859075109
        },
        {
            "start": 859081588,
            "stop": 859082322
        },
        {
            "start": 859084013,
            "stop": 859084684
        },
        {
            "start": 859084686,
            "stop": 859084692
        },
        {
            "start": 859092694,
            "stop": 859093661
        },
        {
            "start": 859094893,
            "stop": 859094919
        },
        {
            "start": 859095548,
            "stop": 859095863
        },
        {
            "start": 859098081,
            "stop": 859123595
        },
        {
            "start": 859125095,
            "stop": 859127269
        },
        {
            "start": 859129866,
            "stop": 859140870
        },
        {
            "start": 859141292,
            "stop": 859145836
        },
        {
            "start": 859147007,
            "stop": 859155047
        },
        {
            "start": 859156316,
            "stop": 859182051
        },
        {
            "start": 859183991,
            "stop": 859231903
        },
        {
            "start": 859232896,
            "stop": 859242765
        },
        {
            "start": 859243986,
            "stop": 859281342
        },
        {
            "start": 859285389,
            "stop": 859312533
        },
        {
            "start": 859314708,
            "stop": 859320109
        },
        {
            "start": 859321105,
            "stop": 859348528
        },
        {
            "start": 859349520,
            "stop": 859399554
        }
    ]
}