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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=581",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=579",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 580,
    "results": [
        {
            "start": 827691500,
            "stop": 827691717
        },
        {
            "start": 827691738,
            "stop": 827691852
        },
        {
            "start": 827691869,
            "stop": 827692452
        },
        {
            "start": 827692473,
            "stop": 827693150
        },
        {
            "start": 827693450,
            "stop": 827694792
        },
        {
            "start": 827694809,
            "stop": 827695020
        },
        {
            "start": 827695140,
            "stop": 827695796
        },
        {
            "start": 827695813,
            "stop": 827696427
        },
        {
            "start": 827696727,
            "stop": 827696900
        },
        {
            "start": 827696917,
            "stop": 827697300
        },
        {
            "start": 827697360,
            "stop": 827698162
        },
        {
            "start": 827698462,
            "stop": 827699649
        },
        {
            "start": 827699677,
            "stop": 827699783
        },
        {
            "start": 827699823,
            "stop": 827702640
        },
        {
            "start": 827702760,
            "stop": 827703904
        },
        {
            "start": 827703923,
            "stop": 827704065
        },
        {
            "start": 827704069,
            "stop": 827705400
        },
        {
            "start": 827705460,
            "stop": 827706107
        },
        {
            "start": 827706110,
            "stop": 827706296
        },
        {
            "start": 827706313,
            "stop": 827706810
        }
    ]
}