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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=95",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 96,
    "results": [
        {
            "start": 931487360,
            "stop": 931487362
        },
        {
            "start": 931487368,
            "stop": 931487374
        },
        {
            "start": 931487379,
            "stop": 931487409
        },
        {
            "start": 931487415,
            "stop": 931487416
        },
        {
            "start": 931487425,
            "stop": 931487429
        },
        {
            "start": 931487435,
            "stop": 931487439
        },
        {
            "start": 931487444,
            "stop": 931487477
        },
        {
            "start": 931487483,
            "stop": 931487489
        },
        {
            "start": 931487500,
            "stop": 931487502
        },
        {
            "start": 931487508,
            "stop": 931487525
        },
        {
            "start": 931487537,
            "stop": 931487542
        },
        {
            "start": 931487550,
            "stop": 931487551
        },
        {
            "start": 931487562,
            "stop": 931487563
        },
        {
            "start": 931487569,
            "stop": 931487575
        },
        {
            "start": 931487581,
            "stop": 931487583
        },
        {
            "start": 931487601,
            "stop": 931487615
        },
        {
            "start": 931487628,
            "stop": 931487631
        },
        {
            "start": 931487660,
            "stop": 931487678
        },
        {
            "start": 931487684,
            "stop": 931487686
        },
        {
            "start": 931487691,
            "stop": 931487732
        }
    ]
}