Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=55
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=54",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 55,
    "results": [
        {
            "start": 949898617,
            "stop": 949937230
        },
        {
            "start": 949939190,
            "stop": 949942726
        },
        {
            "start": 949962209,
            "stop": 949971364
        },
        {
            "start": 949972017,
            "stop": 949972617
        },
        {
            "start": 949973460,
            "stop": 949980867
        },
        {
            "start": 949982483,
            "stop": 950002674
        },
        {
            "start": 950004719,
            "stop": 950006132
        },
        {
            "start": 950007820,
            "stop": 950010138
        },
        {
            "start": 950011853,
            "stop": 950012186
        },
        {
            "start": 950014570,
            "stop": 950016854
        },
        {
            "start": 950018418,
            "stop": 950019942
        },
        {
            "start": 950021124,
            "stop": 950024345
        },
        {
            "start": 950025150,
            "stop": 950026246
        },
        {
            "start": 950029470,
            "stop": 950037101
        },
        {
            "start": 950043392,
            "stop": 950050419
        },
        {
            "start": 950058930,
            "stop": 950062402
        },
        {
            "start": 950064242,
            "stop": 950064450
        },
        {
            "start": 950075801,
            "stop": 950076352
        },
        {
            "start": 950081734,
            "stop": 950095541
        },
        {
            "start": 950098106,
            "stop": 950108470
        }
    ]
}