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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=119",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 120,
    "results": [
        {
            "start": 931774671,
            "stop": 931774917
        },
        {
            "start": 931774935,
            "stop": 931774982
        },
        {
            "start": 931775048,
            "stop": 931775057
        },
        {
            "start": 931775338,
            "stop": 931775346
        },
        {
            "start": 931775363,
            "stop": 931775383
        },
        {
            "start": 931775495,
            "stop": 931775609
        },
        {
            "start": 931775632,
            "stop": 931775653
        },
        {
            "start": 931775716,
            "stop": 931775741
        },
        {
            "start": 931775759,
            "stop": 931775826
        },
        {
            "start": 931775844,
            "stop": 931775860
        },
        {
            "start": 931775915,
            "stop": 931775928
        },
        {
            "start": 931775948,
            "stop": 931776015
        },
        {
            "start": 931776032,
            "stop": 931776138
        },
        {
            "start": 931776161,
            "stop": 931776166
        },
        {
            "start": 931776168,
            "stop": 931776252
        },
        {
            "start": 931776292,
            "stop": 931776362
        },
        {
            "start": 931776790,
            "stop": 931776800
        },
        {
            "start": 931776817,
            "stop": 931776825
        },
        {
            "start": 931776860,
            "stop": 931776980
        },
        {
            "start": 931777044,
            "stop": 931777059
        }
    ]
}