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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=211",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 212,
    "results": [
        {
            "start": 850522704,
            "stop": 850532621
        },
        {
            "start": 850533992,
            "stop": 850571999
        },
        {
            "start": 850599545,
            "stop": 850601254
        },
        {
            "start": 850601257,
            "stop": 850602883
        },
        {
            "start": 850603583,
            "stop": 850642993
        },
        {
            "start": 850644406,
            "stop": 850666488
        },
        {
            "start": 850667071,
            "stop": 850674292
        },
        {
            "start": 850675021,
            "stop": 850677373
        },
        {
            "start": 850678933,
            "stop": 850679353
        },
        {
            "start": 850680081,
            "stop": 850689791
        },
        {
            "start": 850689797,
            "stop": 850691066
        },
        {
            "start": 850691067,
            "stop": 850692228
        },
        {
            "start": 850693703,
            "stop": 850694571
        },
        {
            "start": 850695939,
            "stop": 850697160
        },
        {
            "start": 850697887,
            "stop": 850715773
        },
        {
            "start": 850719182,
            "stop": 850720270
        },
        {
            "start": 850720273,
            "stop": 850720279
        },
        {
            "start": 850720282,
            "stop": 850721346
        },
        {
            "start": 850721347,
            "stop": 850732663
        },
        {
            "start": 850732668,
            "stop": 850738776
        }
    ]
}