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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=78",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 79,
    "results": [
        {
            "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
        },
        {
            "start": 931471765,
            "stop": 931472088
        },
        {
            "start": 931472106,
            "stop": 931472267
        },
        {
            "start": 931472287,
            "stop": 931472747
        },
        {
            "start": 931472764,
            "stop": 931472767
        },
        {
            "start": 931479596,
            "stop": 931480010
        },
        {
            "start": 931480130,
            "stop": 931480146
        }
    ]
}