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/H1_CBCHIGH_CAT2/segments?format=api&page=1921
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1922",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1920",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1921,
    "results": [
        {
            "start": 848875163,
            "stop": 848875180
        },
        {
            "start": 848875185,
            "stop": 848876234
        },
        {
            "start": 848876657,
            "stop": 848876669
        },
        {
            "start": 848876969,
            "stop": 848877002
        },
        {
            "start": 848877672,
            "stop": 848878307
        },
        {
            "start": 848884452,
            "stop": 848896545
        },
        {
            "start": 848898696,
            "stop": 848918401
        },
        {
            "start": 848919079,
            "stop": 848922190
        },
        {
            "start": 848923694,
            "stop": 848941989
        },
        {
            "start": 848942289,
            "stop": 848943885
        },
        {
            "start": 848943890,
            "stop": 848943932
        },
        {
            "start": 848943938,
            "stop": 848944026
        },
        {
            "start": 848946095,
            "stop": 848946897
        },
        {
            "start": 848946903,
            "stop": 848946955
        },
        {
            "start": 848946960,
            "stop": 848947012
        },
        {
            "start": 848947020,
            "stop": 848947037
        },
        {
            "start": 848947043,
            "stop": 848948835
        },
        {
            "start": 848948840,
            "stop": 848949023
        },
        {
            "start": 848949025,
            "stop": 848949439
        },
        {
            "start": 848949443,
            "stop": 848949449
        }
    ]
}