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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=80",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 81,
    "results": [
        {
            "start": 931466320,
            "stop": 931466324
        },
        {
            "start": 931466341,
            "stop": 931466352
        },
        {
            "start": 931466369,
            "stop": 931466496
        },
        {
            "start": 931466514,
            "stop": 931466518
        },
        {
            "start": 931466537,
            "stop": 931466550
        },
        {
            "start": 931466552,
            "stop": 931466567
        },
        {
            "start": 931466601,
            "stop": 931466688
        },
        {
            "start": 931466706,
            "stop": 931466709
        },
        {
            "start": 931466712,
            "stop": 931466723
        },
        {
            "start": 931466766,
            "stop": 931466881
        },
        {
            "start": 931466901,
            "stop": 931466923
        },
        {
            "start": 931466941,
            "stop": 931467124
        },
        {
            "start": 931467181,
            "stop": 931467196
        },
        {
            "start": 931467213,
            "stop": 931467215
        },
        {
            "start": 931469018,
            "stop": 931469030
        },
        {
            "start": 931469048,
            "stop": 931469090
        },
        {
            "start": 931469150,
            "stop": 931469330
        },
        {
            "start": 931469450,
            "stop": 931469644
        },
        {
            "start": 931469661,
            "stop": 931470156
        },
        {
            "start": 931471610,
            "stop": 931471739
        }
    ]
}