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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=95",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 96,
    "results": [
        {
            "start": 949898617,
            "stop": 949937125
        },
        {
            "start": 949939190,
            "stop": 949942621
        },
        {
            "start": 949962209,
            "stop": 949971364
        },
        {
            "start": 949972017,
            "stop": 949972617
        },
        {
            "start": 949973460,
            "stop": 949980867
        },
        {
            "start": 949982483,
            "stop": 950002569
        },
        {
            "start": 950004719,
            "stop": 950006027
        },
        {
            "start": 950007820,
            "stop": 950010033
        },
        {
            "start": 950011853,
            "stop": 950012081
        },
        {
            "start": 950014570,
            "stop": 950016749
        },
        {
            "start": 950018418,
            "stop": 950019837
        },
        {
            "start": 950021124,
            "stop": 950024240
        },
        {
            "start": 950025150,
            "stop": 950026141
        },
        {
            "start": 950029470,
            "stop": 950036996
        },
        {
            "start": 950043392,
            "stop": 950050419
        },
        {
            "start": 950058930,
            "stop": 950062297
        },
        {
            "start": 950064242,
            "stop": 950064345
        },
        {
            "start": 950075801,
            "stop": 950076247
        },
        {
            "start": 950081734,
            "stop": 950095436
        },
        {
            "start": 950098106,
            "stop": 950108365
        }
    ]
}