Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=358
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=357",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 358,
    "results": [
        {
            "start": 818847089,
            "stop": 818847092
        },
        {
            "start": 818847126,
            "stop": 818847129
        },
        {
            "start": 818847204,
            "stop": 818847258
        },
        {
            "start": 818847293,
            "stop": 818847310
        },
        {
            "start": 818847332,
            "stop": 818847368
        },
        {
            "start": 818847430,
            "stop": 818847453
        },
        {
            "start": 818847494,
            "stop": 818847498
        },
        {
            "start": 818847517,
            "stop": 818847564
        },
        {
            "start": 818847640,
            "stop": 818847642
        },
        {
            "start": 818847663,
            "stop": 818847666
        },
        {
            "start": 818847796,
            "stop": 818847817
        },
        {
            "start": 818847847,
            "stop": 818847848
        },
        {
            "start": 818847876,
            "stop": 818847877
        },
        {
            "start": 818847909,
            "stop": 818847911
        },
        {
            "start": 818847939,
            "stop": 818847943
        },
        {
            "start": 818848141,
            "stop": 818848185
        },
        {
            "start": 818848216,
            "stop": 818848241
        },
        {
            "start": 818848245,
            "stop": 818848247
        },
        {
            "start": 818848273,
            "stop": 818848275
        },
        {
            "start": 818848309,
            "stop": 818848356
        }
    ]
}