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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=284",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 285,
    "results": [
        {
            "start": 820624594,
            "stop": 820624680
        },
        {
            "start": 820624740,
            "stop": 820625820
        },
        {
            "start": 820626000,
            "stop": 820626019
        },
        {
            "start": 820628379,
            "stop": 820629204
        },
        {
            "start": 820629324,
            "stop": 820629480
        },
        {
            "start": 820629540,
            "stop": 820629780
        },
        {
            "start": 820629840,
            "stop": 820631601
        },
        {
            "start": 820631683,
            "stop": 820635131
        },
        {
            "start": 820637054,
            "stop": 820638273
        },
        {
            "start": 820638290,
            "stop": 820638840
        },
        {
            "start": 820638900,
            "stop": 820641062
        },
        {
            "start": 820641167,
            "stop": 820641900
        },
        {
            "start": 820641960,
            "stop": 820642058
        },
        {
            "start": 820642178,
            "stop": 820643216
        },
        {
            "start": 820643336,
            "stop": 820644470
        },
        {
            "start": 820644590,
            "stop": 820648149
        },
        {
            "start": 820648166,
            "stop": 820652800
        },
        {
            "start": 820652832,
            "stop": 820653012
        },
        {
            "start": 820653132,
            "stop": 820654944
        },
        {
            "start": 820654976,
            "stop": 820655936
        }
    ]
}