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=1526
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=1527",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1525",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1526,
    "results": [
        {
            "start": 872532491,
            "stop": 872534367
        },
        {
            "start": 872540333,
            "stop": 872545306
        },
        {
            "start": 872545453,
            "stop": 872564669
        },
        {
            "start": 872566452,
            "stop": 872587366
        },
        {
            "start": 872587370,
            "stop": 872626233
        },
        {
            "start": 872627375,
            "stop": 872635340
        },
        {
            "start": 872636474,
            "stop": 872643801
        },
        {
            "start": 872644177,
            "stop": 872645310
        },
        {
            "start": 872645314,
            "stop": 872645367
        },
        {
            "start": 872645559,
            "stop": 872645693
        },
        {
            "start": 872649803,
            "stop": 872706944
        },
        {
            "start": 872708189,
            "stop": 872709094
        },
        {
            "start": 872715147,
            "stop": 872720186
        },
        {
            "start": 872720189,
            "stop": 872731158
        },
        {
            "start": 872731666,
            "stop": 872731796
        },
        {
            "start": 872738775,
            "stop": 872871877
        },
        {
            "start": 872873536,
            "stop": 872885743
        },
        {
            "start": 872886857,
            "stop": 872895588
        },
        {
            "start": 872895646,
            "stop": 872914593
        },
        {
            "start": 872917967,
            "stop": 872950760
        }
    ]
}