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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=447",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=445",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 446,
    "results": [
        {
            "start": 818750286,
            "stop": 818750290
        },
        {
            "start": 818750300,
            "stop": 818750307
        },
        {
            "start": 818750310,
            "stop": 818750337
        },
        {
            "start": 818750342,
            "stop": 818750355
        },
        {
            "start": 818750358,
            "stop": 818750375
        },
        {
            "start": 818750378,
            "stop": 818750394
        },
        {
            "start": 818750397,
            "stop": 818750420
        },
        {
            "start": 818750423,
            "stop": 818750436
        },
        {
            "start": 818750448,
            "stop": 818750459
        },
        {
            "start": 818750462,
            "stop": 818750471
        },
        {
            "start": 818750475,
            "stop": 818750494
        },
        {
            "start": 818750499,
            "stop": 818750511
        },
        {
            "start": 818750516,
            "stop": 818750527
        },
        {
            "start": 818750536,
            "stop": 818750543
        },
        {
            "start": 818750549,
            "stop": 818750566
        },
        {
            "start": 818750572,
            "stop": 818750580
        },
        {
            "start": 818750617,
            "stop": 818750619
        },
        {
            "start": 818750634,
            "stop": 818750646
        },
        {
            "start": 818750657,
            "stop": 818750660
        },
        {
            "start": 818750673,
            "stop": 818750682
        }
    ]
}