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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8183",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8181",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8182,
    "results": [
        {
            "start": 971027060,
            "stop": 971027064
        },
        {
            "start": 971027069,
            "stop": 971027122
        },
        {
            "start": 971027141,
            "stop": 971027145
        },
        {
            "start": 971027165,
            "stop": 971027167
        },
        {
            "start": 971027187,
            "stop": 971027188
        },
        {
            "start": 971027191,
            "stop": 971027193
        },
        {
            "start": 971027196,
            "stop": 971027199
        },
        {
            "start": 971027202,
            "stop": 971027205
        },
        {
            "start": 971027212,
            "stop": 971027213
        },
        {
            "start": 971027216,
            "stop": 971027223
        },
        {
            "start": 971027226,
            "stop": 971027243
        },
        {
            "start": 971027246,
            "stop": 971027288
        },
        {
            "start": 971027291,
            "stop": 971027293
        },
        {
            "start": 971027296,
            "stop": 971027302
        },
        {
            "start": 971027305,
            "stop": 971027308
        },
        {
            "start": 971027311,
            "stop": 971027313
        },
        {
            "start": 971027316,
            "stop": 971027322
        },
        {
            "start": 971027331,
            "stop": 971027337
        },
        {
            "start": 971027340,
            "stop": 971027389
        },
        {
            "start": 971027392,
            "stop": 971027464
        }
    ]
}