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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=306",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 307,
    "results": [
        {
            "start": 818497493,
            "stop": 818497563
        },
        {
            "start": 818497584,
            "stop": 818497694
        },
        {
            "start": 818497713,
            "stop": 818497724
        },
        {
            "start": 818497750,
            "stop": 818497767
        },
        {
            "start": 818497793,
            "stop": 818497868
        },
        {
            "start": 818497888,
            "stop": 818497891
        },
        {
            "start": 818497930,
            "stop": 818498017
        },
        {
            "start": 818498038,
            "stop": 818498062
        },
        {
            "start": 818498114,
            "stop": 818498175
        },
        {
            "start": 818498196,
            "stop": 818498315
        },
        {
            "start": 818498360,
            "stop": 818498373
        },
        {
            "start": 818498511,
            "stop": 818498776
        },
        {
            "start": 818498806,
            "stop": 818498813
        },
        {
            "start": 818498833,
            "stop": 818498992
        },
        {
            "start": 818499012,
            "stop": 818499707
        },
        {
            "start": 818499727,
            "stop": 818499932
        },
        {
            "start": 818499953,
            "stop": 818500154
        },
        {
            "start": 818500173,
            "stop": 818500371
        },
        {
            "start": 818500392,
            "stop": 818500396
        },
        {
            "start": 818500423,
            "stop": 818500727
        }
    ]
}