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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=838",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=836",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 837,
    "results": [
        {
            "start": 860783947,
            "stop": 860784007
        },
        {
            "start": 860784176,
            "stop": 860785616
        },
        {
            "start": 860785784,
            "stop": 860786924
        },
        {
            "start": 860787240,
            "stop": 860788140
        },
        {
            "start": 860788297,
            "stop": 860789197
        },
        {
            "start": 860794619,
            "stop": 860796719
        },
        {
            "start": 860797200,
            "stop": 860802630
        },
        {
            "start": 860802780,
            "stop": 860813310
        },
        {
            "start": 860813460,
            "stop": 860814420
        },
        {
            "start": 860814570,
            "stop": 860818440
        },
        {
            "start": 860818604,
            "stop": 860823434
        },
        {
            "start": 860823584,
            "stop": 860825864
        },
        {
            "start": 860827790,
            "stop": 860829710
        },
        {
            "start": 860829800,
            "stop": 860832140
        },
        {
            "start": 860832344,
            "stop": 860840744
        },
        {
            "start": 860841736,
            "stop": 860844676
        },
        {
            "start": 860846340,
            "stop": 860846520
        },
        {
            "start": 860850037,
            "stop": 860853457
        },
        {
            "start": 860853746,
            "stop": 860853806
        },
        {
            "start": 860853960,
            "stop": 860854380
        }
    ]
}