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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=244",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 245,
    "results": [
        {
            "start": 931464882,
            "stop": 931464898
        },
        {
            "start": 931464900,
            "stop": 931464901
        },
        {
            "start": 931464903,
            "stop": 931464904
        },
        {
            "start": 931464906,
            "stop": 931464925
        },
        {
            "start": 931464927,
            "stop": 931464941
        },
        {
            "start": 931464944,
            "stop": 931464960
        },
        {
            "start": 931464962,
            "stop": 931464991
        },
        {
            "start": 931464993,
            "stop": 931464998
        },
        {
            "start": 931465000,
            "stop": 931465012
        },
        {
            "start": 931465014,
            "stop": 931465035
        },
        {
            "start": 931465280,
            "stop": 931465296
        },
        {
            "start": 931465300,
            "stop": 931465301
        },
        {
            "start": 931465303,
            "stop": 931465307
        },
        {
            "start": 931465314,
            "stop": 931465318
        },
        {
            "start": 931465320,
            "stop": 931465382
        },
        {
            "start": 931465391,
            "stop": 931465399
        },
        {
            "start": 931465401,
            "stop": 931465438
        },
        {
            "start": 931465440,
            "stop": 931465455
        },
        {
            "start": 931465457,
            "stop": 931465461
        },
        {
            "start": 931465463,
            "stop": 931465521
        }
    ]
}