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=1424
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=1425",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1423",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1424,
    "results": [
        {
            "start": 851872170,
            "stop": 851872173
        },
        {
            "start": 851872196,
            "stop": 851872197
        },
        {
            "start": 851921390,
            "stop": 851921393
        },
        {
            "start": 851928193,
            "stop": 851928195
        },
        {
            "start": 851939822,
            "stop": 851939825
        },
        {
            "start": 851946828,
            "stop": 851965668
        },
        {
            "start": 851970009,
            "stop": 851970525
        },
        {
            "start": 851976314,
            "stop": 851978582
        },
        {
            "start": 851979666,
            "stop": 851980353
        },
        {
            "start": 851980447,
            "stop": 851980573
        },
        {
            "start": 851993881,
            "stop": 852019213
        },
        {
            "start": 852023416,
            "stop": 852047773
        },
        {
            "start": 852048872,
            "stop": 852051464
        },
        {
            "start": 852056064,
            "stop": 852065679
        },
        {
            "start": 852065682,
            "stop": 852065987
        },
        {
            "start": 852066619,
            "stop": 852067764
        },
        {
            "start": 852067784,
            "stop": 852067787
        },
        {
            "start": 852069950,
            "stop": 852070033
        },
        {
            "start": 852099630,
            "stop": 852102133
        },
        {
            "start": 852102157,
            "stop": 852102158
        }
    ]
}