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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=111",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 112,
    "results": [
        {
            "start": 825914960,
            "stop": 825914964
        },
        {
            "start": 825914968,
            "stop": 825914975
        },
        {
            "start": 825914979,
            "stop": 825915056
        },
        {
            "start": 825915060,
            "stop": 825915070
        },
        {
            "start": 825915145,
            "stop": 825915162
        },
        {
            "start": 825940962,
            "stop": 825940969
        },
        {
            "start": 825940974,
            "stop": 825940979
        },
        {
            "start": 825940988,
            "stop": 825940999
        },
        {
            "start": 825941008,
            "stop": 825941013
        },
        {
            "start": 825941022,
            "stop": 825941032
        },
        {
            "start": 825941051,
            "stop": 825941066
        },
        {
            "start": 825941079,
            "stop": 825941109
        },
        {
            "start": 825941113,
            "stop": 825941137
        },
        {
            "start": 825941141,
            "stop": 825941185
        },
        {
            "start": 825941189,
            "stop": 825941697
        },
        {
            "start": 825941701,
            "stop": 825941952
        },
        {
            "start": 825941956,
            "stop": 825942155
        },
        {
            "start": 825942158,
            "stop": 825942318
        },
        {
            "start": 825942322,
            "stop": 825943478
        },
        {
            "start": 825943482,
            "stop": 825943709
        }
    ]
}