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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=107",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 108,
    "results": [
        {
            "start": 819781786,
            "stop": 819782451
        },
        {
            "start": 819782455,
            "stop": 819784150
        },
        {
            "start": 819784154,
            "stop": 819786213
        },
        {
            "start": 819786216,
            "stop": 819786296
        },
        {
            "start": 819786300,
            "stop": 819786506
        },
        {
            "start": 819786509,
            "stop": 819789912
        },
        {
            "start": 819791652,
            "stop": 819792045
        },
        {
            "start": 819792048,
            "stop": 819792320
        },
        {
            "start": 819792323,
            "stop": 819792328
        },
        {
            "start": 819792331,
            "stop": 819793189
        },
        {
            "start": 819793192,
            "stop": 819793352
        },
        {
            "start": 819793355,
            "stop": 819794075
        },
        {
            "start": 819794078,
            "stop": 819795049
        },
        {
            "start": 819795052,
            "stop": 819795102
        },
        {
            "start": 819795106,
            "stop": 819795622
        },
        {
            "start": 819795625,
            "stop": 819795699
        },
        {
            "start": 819795702,
            "stop": 819795740
        },
        {
            "start": 819795743,
            "stop": 819795842
        },
        {
            "start": 819795845,
            "stop": 819796063
        },
        {
            "start": 819796066,
            "stop": 819796200
        }
    ]
}