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/H1_STOCH_CAT1/segments?format=api&page=1425
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=1426",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1424",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1425,
    "results": [
        {
            "start": 852138587,
            "stop": 852139992
        },
        {
            "start": 852140161,
            "stop": 852143440
        },
        {
            "start": 852143443,
            "stop": 852144733
        },
        {
            "start": 852144856,
            "stop": 852146846
        },
        {
            "start": 852147010,
            "stop": 852149473
        },
        {
            "start": 852155097,
            "stop": 852177275
        },
        {
            "start": 852177279,
            "stop": 852212489
        },
        {
            "start": 852246896,
            "stop": 852313033
        },
        {
            "start": 852313035,
            "stop": 852313036
        },
        {
            "start": 852313326,
            "stop": 852313547
        },
        {
            "start": 852313551,
            "stop": 852313565
        },
        {
            "start": 852313569,
            "stop": 852316686
        },
        {
            "start": 852316689,
            "stop": 852317193
        },
        {
            "start": 852317196,
            "stop": 852317200
        },
        {
            "start": 852317203,
            "stop": 852319647
        },
        {
            "start": 852319656,
            "stop": 852320587
        },
        {
            "start": 852320823,
            "stop": 852323413
        },
        {
            "start": 852324494,
            "stop": 852324543
        },
        {
            "start": 852324546,
            "stop": 852324557
        },
        {
            "start": 852324560,
            "stop": 852324952
        }
    ]
}