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=37
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=38",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=36",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 37,
    "results": [
        {
            "start": 1128269389,
            "stop": 1128274399
        },
        {
            "start": 1128274406,
            "stop": 1128280100
        },
        {
            "start": 1128280107,
            "stop": 1128282877
        },
        {
            "start": 1128282884,
            "stop": 1128286638
        },
        {
            "start": 1128286646,
            "stop": 1128295754
        },
        {
            "start": 1128295761,
            "stop": 1128302784
        },
        {
            "start": 1128307413,
            "stop": 1128307750
        },
        {
            "start": 1128318750,
            "stop": 1128322902
        },
        {
            "start": 1128322909,
            "stop": 1128324570
        },
        {
            "start": 1128324577,
            "stop": 1128325814
        },
        {
            "start": 1128325816,
            "stop": 1128326805
        },
        {
            "start": 1128326812,
            "stop": 1128331217
        },
        {
            "start": 1128331337,
            "stop": 1128331817
        },
        {
            "start": 1128331877,
            "stop": 1128332954
        },
        {
            "start": 1128332956,
            "stop": 1128335218
        },
        {
            "start": 1128335225,
            "stop": 1128335867
        },
        {
            "start": 1128335879,
            "stop": 1128340236
        },
        {
            "start": 1128340238,
            "stop": 1128342510
        },
        {
            "start": 1128342517,
            "stop": 1128344824
        },
        {
            "start": 1128344831,
            "stop": 1128349727
        }
    ]
}