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=619
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=620",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=618",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 619,
    "results": [
        {
            "start": 828938350,
            "stop": 828938448
        },
        {
            "start": 828938452,
            "stop": 828944135
        },
        {
            "start": 828944138,
            "stop": 828946289
        },
        {
            "start": 828946292,
            "stop": 828953144
        },
        {
            "start": 828953147,
            "stop": 828953178
        },
        {
            "start": 828953182,
            "stop": 828957924
        },
        {
            "start": 828957942,
            "stop": 828965497
        },
        {
            "start": 828965514,
            "stop": 828968224
        },
        {
            "start": 828968334,
            "stop": 828968677
        },
        {
            "start": 828969898,
            "stop": 828970125
        },
        {
            "start": 828970454,
            "stop": 828970694
        },
        {
            "start": 828970711,
            "stop": 828970859
        },
        {
            "start": 828970920,
            "stop": 828972720
        },
        {
            "start": 828972780,
            "stop": 828973170
        },
        {
            "start": 828973440,
            "stop": 828974280
        },
        {
            "start": 828974340,
            "stop": 828975359
        },
        {
            "start": 828975376,
            "stop": 828978060
        },
        {
            "start": 828978180,
            "stop": 828978476
        },
        {
            "start": 828992519,
            "stop": 828992533
        },
        {
            "start": 828992571,
            "stop": 828992587
        }
    ]
}