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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=27",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 28,
    "results": [
        {
            "start": 931166944,
            "stop": 931166994
        },
        {
            "start": 931167048,
            "stop": 931167068
        },
        {
            "start": 931167095,
            "stop": 931167117
        },
        {
            "start": 931167135,
            "stop": 931167144
        },
        {
            "start": 931167174,
            "stop": 931167243
        },
        {
            "start": 931167271,
            "stop": 931167301
        },
        {
            "start": 931167319,
            "stop": 931167389
        },
        {
            "start": 931167467,
            "stop": 931167479
        },
        {
            "start": 931167497,
            "stop": 931167518
        },
        {
            "start": 931167536,
            "stop": 931167657
        },
        {
            "start": 931167686,
            "stop": 931167767
        },
        {
            "start": 931167792,
            "stop": 931167823
        },
        {
            "start": 931167852,
            "stop": 931167996
        },
        {
            "start": 931172775,
            "stop": 931172875
        },
        {
            "start": 931172893,
            "stop": 931173212
        },
        {
            "start": 931173229,
            "stop": 931173272
        },
        {
            "start": 931173274,
            "stop": 931173452
        },
        {
            "start": 931173454,
            "stop": 931173468
        },
        {
            "start": 931173470,
            "stop": 931173536
        },
        {
            "start": 931174641,
            "stop": 931174643
        }
    ]
}