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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=100",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 101,
    "results": [
        {
            "start": 931092136,
            "stop": 931092145
        },
        {
            "start": 931092146,
            "stop": 931092149
        },
        {
            "start": 931092150,
            "stop": 931092151
        },
        {
            "start": 931092154,
            "stop": 931092156
        },
        {
            "start": 931092158,
            "stop": 931092159
        },
        {
            "start": 931092160,
            "stop": 931092161
        },
        {
            "start": 931092162,
            "stop": 931092165
        },
        {
            "start": 931092168,
            "stop": 931092169
        },
        {
            "start": 931092170,
            "stop": 931092171
        },
        {
            "start": 931092173,
            "stop": 931092174
        },
        {
            "start": 931092175,
            "stop": 931092181
        },
        {
            "start": 931092182,
            "stop": 931092183
        },
        {
            "start": 931092184,
            "stop": 931092185
        },
        {
            "start": 931092187,
            "stop": 931092192
        },
        {
            "start": 931092195,
            "stop": 931092198
        },
        {
            "start": 931092200,
            "stop": 931092201
        },
        {
            "start": 931092202,
            "stop": 931092205
        },
        {
            "start": 931092207,
            "stop": 931092209
        },
        {
            "start": 931092210,
            "stop": 931092211
        },
        {
            "start": 931092213,
            "stop": 931092219
        }
    ]
}