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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=280",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 281,
    "results": [
        {
            "start": 820582130,
            "stop": 820582132
        },
        {
            "start": 820582137,
            "stop": 820582314
        },
        {
            "start": 820582318,
            "stop": 820582461
        },
        {
            "start": 820582464,
            "stop": 820583380
        },
        {
            "start": 820583384,
            "stop": 820585873
        },
        {
            "start": 820585876,
            "stop": 820588047
        },
        {
            "start": 820588051,
            "stop": 820588177
        },
        {
            "start": 820588400,
            "stop": 820589210
        },
        {
            "start": 820589213,
            "stop": 820589341
        },
        {
            "start": 820589345,
            "stop": 820589814
        },
        {
            "start": 820589831,
            "stop": 820590097
        },
        {
            "start": 820590116,
            "stop": 820590221
        },
        {
            "start": 820590225,
            "stop": 820591020
        },
        {
            "start": 820591200,
            "stop": 820591854
        },
        {
            "start": 820591858,
            "stop": 820592832
        },
        {
            "start": 820592836,
            "stop": 820594552
        },
        {
            "start": 820594555,
            "stop": 820594685
        },
        {
            "start": 820594688,
            "stop": 820595084
        },
        {
            "start": 820595265,
            "stop": 820596435
        },
        {
            "start": 820596660,
            "stop": 820597119
        }
    ]
}