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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=114",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 115,
    "results": [
        {
            "start": 931769115,
            "stop": 931769177
        },
        {
            "start": 931769195,
            "stop": 931769234
        },
        {
            "start": 931769252,
            "stop": 931769649
        },
        {
            "start": 931769758,
            "stop": 931769899
        },
        {
            "start": 931769978,
            "stop": 931769988
        },
        {
            "start": 931770005,
            "stop": 931770015
        },
        {
            "start": 931770375,
            "stop": 931770381
        },
        {
            "start": 931770383,
            "stop": 931770500
        },
        {
            "start": 931770503,
            "stop": 931770719
        },
        {
            "start": 931770737,
            "stop": 931770741
        },
        {
            "start": 931770759,
            "stop": 931770823
        },
        {
            "start": 931770886,
            "stop": 931771235
        },
        {
            "start": 931771253,
            "stop": 931771255
        },
        {
            "start": 931771316,
            "stop": 931771431
        },
        {
            "start": 931771455,
            "stop": 931771507
        },
        {
            "start": 931771539,
            "stop": 931771548
        },
        {
            "start": 931771551,
            "stop": 931771635
        },
        {
            "start": 931771652,
            "stop": 931771729
        },
        {
            "start": 931771747,
            "stop": 931771770
        },
        {
            "start": 931771794,
            "stop": 931771930
        }
    ]
}