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=170
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=171",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=169",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 170,
    "results": [
        {
            "start": 932362945,
            "stop": 932363343
        },
        {
            "start": 932363347,
            "stop": 932363442
        },
        {
            "start": 932363446,
            "stop": 932363448
        },
        {
            "start": 932363450,
            "stop": 932363486
        },
        {
            "start": 932363488,
            "stop": 932363489
        },
        {
            "start": 932363491,
            "stop": 932363541
        },
        {
            "start": 932363543,
            "stop": 932363562
        },
        {
            "start": 932363565,
            "stop": 932363618
        },
        {
            "start": 932363621,
            "stop": 932363708
        },
        {
            "start": 932363710,
            "stop": 932363747
        },
        {
            "start": 932363749,
            "stop": 932363903
        },
        {
            "start": 932363905,
            "stop": 932363929
        },
        {
            "start": 932363933,
            "stop": 932364015
        },
        {
            "start": 932364375,
            "stop": 932364504
        },
        {
            "start": 932364506,
            "stop": 932364744
        },
        {
            "start": 932364747,
            "stop": 932364760
        },
        {
            "start": 932364762,
            "stop": 932364774
        },
        {
            "start": 932364777,
            "stop": 932364939
        },
        {
            "start": 932364942,
            "stop": 932365608
        },
        {
            "start": 932365610,
            "stop": 932365825
        }
    ]
}