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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1532",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1530",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1531,
    "results": [
        {
            "start": 873578414,
            "stop": 873579224
        },
        {
            "start": 873579227,
            "stop": 873583457
        },
        {
            "start": 873584062,
            "stop": 873586026
        },
        {
            "start": 873586030,
            "stop": 873586031
        },
        {
            "start": 873586034,
            "stop": 873586041
        },
        {
            "start": 873586044,
            "stop": 873586080
        },
        {
            "start": 873586370,
            "stop": 873587175
        },
        {
            "start": 873587178,
            "stop": 873591202
        },
        {
            "start": 873591376,
            "stop": 873603478
        },
        {
            "start": 873603481,
            "stop": 873631770
        },
        {
            "start": 873645176,
            "stop": 873645283
        },
        {
            "start": 873647554,
            "stop": 873648720
        },
        {
            "start": 873650307,
            "stop": 873650459
        },
        {
            "start": 873650468,
            "stop": 873651191
        },
        {
            "start": 873651194,
            "stop": 873651204
        },
        {
            "start": 873651212,
            "stop": 873651468
        },
        {
            "start": 873651475,
            "stop": 873651494
        },
        {
            "start": 873651502,
            "stop": 873651507
        },
        {
            "start": 873651510,
            "stop": 873651514
        },
        {
            "start": 873651520,
            "stop": 873652562
        }
    ]
}