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/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7353
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=7354",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7352",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7353,
    "results": [
        {
            "start": 969385007,
            "stop": 969385291
        },
        {
            "start": 969385318,
            "stop": 969385320
        },
        {
            "start": 969385354,
            "stop": 969385360
        },
        {
            "start": 969385363,
            "stop": 969385474
        },
        {
            "start": 969385477,
            "stop": 969385482
        },
        {
            "start": 969385485,
            "stop": 969385659
        },
        {
            "start": 969385663,
            "stop": 969385725
        },
        {
            "start": 969385728,
            "stop": 969385752
        },
        {
            "start": 969385755,
            "stop": 969385843
        },
        {
            "start": 969385846,
            "stop": 969386087
        },
        {
            "start": 969386267,
            "stop": 969386395
        },
        {
            "start": 969386398,
            "stop": 969386399
        },
        {
            "start": 969386402,
            "stop": 969386545
        },
        {
            "start": 969386590,
            "stop": 969386619
        },
        {
            "start": 969386709,
            "stop": 969386743
        },
        {
            "start": 969386746,
            "stop": 969386747
        },
        {
            "start": 969386867,
            "stop": 969386983
        },
        {
            "start": 969387047,
            "stop": 969387054
        },
        {
            "start": 969387057,
            "stop": 969387058
        },
        {
            "start": 969387061,
            "stop": 969387109
        }
    ]
}