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=322
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=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=321",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 322,
    "results": [
        {
            "start": 833629654,
            "stop": 833631154
        },
        {
            "start": 833632455,
            "stop": 833635155
        },
        {
            "start": 833635326,
            "stop": 833636286
        },
        {
            "start": 833636499,
            "stop": 833636919
        },
        {
            "start": 833637089,
            "stop": 833637389
        },
        {
            "start": 833637775,
            "stop": 833639095
        },
        {
            "start": 833639445,
            "stop": 833639685
        },
        {
            "start": 833672910,
            "stop": 833673030
        },
        {
            "start": 833673162,
            "stop": 833673342
        },
        {
            "start": 833673489,
            "stop": 833673609
        },
        {
            "start": 833674053,
            "stop": 833674293
        },
        {
            "start": 833674474,
            "stop": 833675074
        },
        {
            "start": 833676109,
            "stop": 833680189
        },
        {
            "start": 833680423,
            "stop": 833681743
        },
        {
            "start": 833683269,
            "stop": 833683389
        },
        {
            "start": 833683573,
            "stop": 833687263
        },
        {
            "start": 833687575,
            "stop": 833688475
        },
        {
            "start": 833688505,
            "stop": 833689075
        },
        {
            "start": 833689225,
            "stop": 833689495
        },
        {
            "start": 833689645,
            "stop": 833689885
        }
    ]
}