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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=16",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 17,
    "results": [
        {
            "start": 931089595,
            "stop": 931089598
        },
        {
            "start": 931089599,
            "stop": 931089608
        },
        {
            "start": 931089610,
            "stop": 931089612
        },
        {
            "start": 931089975,
            "stop": 931090385
        },
        {
            "start": 931092049,
            "stop": 931092054
        },
        {
            "start": 931092118,
            "stop": 931092125
        },
        {
            "start": 931092144,
            "stop": 931092184
        },
        {
            "start": 931092215,
            "stop": 931092259
        },
        {
            "start": 931092276,
            "stop": 931092304
        },
        {
            "start": 931092328,
            "stop": 931092337
        },
        {
            "start": 931092355,
            "stop": 931092379
        },
        {
            "start": 931092396,
            "stop": 931092722
        },
        {
            "start": 931092739,
            "stop": 931093070
        },
        {
            "start": 931093075,
            "stop": 931093163
        },
        {
            "start": 931093180,
            "stop": 931093215
        },
        {
            "start": 931093575,
            "stop": 931093746
        },
        {
            "start": 931093764,
            "stop": 931094024
        },
        {
            "start": 931094029,
            "stop": 931094133
        },
        {
            "start": 931094151,
            "stop": 931094449
        },
        {
            "start": 931094481,
            "stop": 931094487
        }
    ]
}