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=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=24",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 25,
    "results": [
        {
            "start": 818955978,
            "stop": 818957248
        },
        {
            "start": 818957280,
            "stop": 818959136
        },
        {
            "start": 818959400,
            "stop": 818959403
        },
        {
            "start": 818961755,
            "stop": 818962144
        },
        {
            "start": 818962176,
            "stop": 818969113
        },
        {
            "start": 818969936,
            "stop": 818975904
        },
        {
            "start": 818975936,
            "stop": 818979008
        },
        {
            "start": 818979040,
            "stop": 819018784
        },
        {
            "start": 819018816,
            "stop": 819021024
        },
        {
            "start": 819021056,
            "stop": 819024864
        },
        {
            "start": 819024896,
            "stop": 819028020
        },
        {
            "start": 819029601,
            "stop": 819030073
        },
        {
            "start": 819033769,
            "stop": 819034880
        },
        {
            "start": 819034912,
            "stop": 819036832
        },
        {
            "start": 819036864,
            "stop": 819042913
        },
        {
            "start": 819047054,
            "stop": 819048833
        },
        {
            "start": 819049472,
            "stop": 819049993
        },
        {
            "start": 819052128,
            "stop": 819053152
        },
        {
            "start": 819053184,
            "stop": 819055213
        },
        {
            "start": 819055400,
            "stop": 819056480
        }
    ]
}