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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=107",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 108,
    "results": [
        {
            "start": 818437156,
            "stop": 818437903
        },
        {
            "start": 818437920,
            "stop": 818438884
        },
        {
            "start": 818448634,
            "stop": 818449328
        },
        {
            "start": 818449563,
            "stop": 818449864
        },
        {
            "start": 818449901,
            "stop": 818453997
        },
        {
            "start": 818456437,
            "stop": 818456454
        },
        {
            "start": 818456528,
            "stop": 818456880
        },
        {
            "start": 818457864,
            "stop": 818458200
        },
        {
            "start": 818458320,
            "stop": 818458851
        },
        {
            "start": 818458971,
            "stop": 818459628
        },
        {
            "start": 818459645,
            "stop": 818459971
        },
        {
            "start": 818462869,
            "stop": 818464200
        },
        {
            "start": 818464260,
            "stop": 818464320
        },
        {
            "start": 818464380,
            "stop": 818465160
        },
        {
            "start": 818465220,
            "stop": 818465700
        },
        {
            "start": 818465760,
            "stop": 818466300
        },
        {
            "start": 818466360,
            "stop": 818467560
        },
        {
            "start": 818467620,
            "stop": 818468313
        },
        {
            "start": 818468433,
            "stop": 818468719
        },
        {
            "start": 818468736,
            "stop": 818469900
        }
    ]
}