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_CAT3/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_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=27",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 28,
    "results": [
        {
            "start": 931166637,
            "stop": 931166667
        },
        {
            "start": 931166685,
            "stop": 931166703
        },
        {
            "start": 931166721,
            "stop": 931166733
        },
        {
            "start": 931166751,
            "stop": 931166790
        },
        {
            "start": 931166808,
            "stop": 931166926
        },
        {
            "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": 931168012
        },
        {
            "start": 931168042,
            "stop": 931168046
        },
        {
            "start": 931168092,
            "stop": 931168100
        }
    ]
}