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=819
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=820",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=818",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 819,
    "results": [
        {
            "start": 859877442,
            "stop": 859878582
        },
        {
            "start": 859878791,
            "stop": 859879211
        },
        {
            "start": 859881025,
            "stop": 859894645
        },
        {
            "start": 859895912,
            "stop": 859897772
        },
        {
            "start": 859900077,
            "stop": 859902177
        },
        {
            "start": 859902297,
            "stop": 859902357
        },
        {
            "start": 859902417,
            "stop": 859902957
        },
        {
            "start": 859904239,
            "stop": 859905199
        },
        {
            "start": 859909818,
            "stop": 859910658
        },
        {
            "start": 859910976,
            "stop": 859911756
        },
        {
            "start": 859911907,
            "stop": 859912987
        },
        {
            "start": 859913017,
            "stop": 859913647
        },
        {
            "start": 859913823,
            "stop": 859914003
        },
        {
            "start": 859916029,
            "stop": 859917289
        },
        {
            "start": 859917472,
            "stop": 859919152
        },
        {
            "start": 859919322,
            "stop": 859920102
        },
        {
            "start": 859920281,
            "stop": 859920341
        },
        {
            "start": 859920493,
            "stop": 859920673
        },
        {
            "start": 859921054,
            "stop": 859922014
        },
        {
            "start": 859927212,
            "stop": 859929132
        }
    ]
}