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=298
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=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=297",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 298,
    "results": [
        {
            "start": 832557548,
            "stop": 832561808
        },
        {
            "start": 832562068,
            "stop": 832567798
        },
        {
            "start": 832567828,
            "stop": 832571248
        },
        {
            "start": 832571464,
            "stop": 832576414
        },
        {
            "start": 832577326,
            "stop": 832579456
        },
        {
            "start": 832579486,
            "stop": 832581466
        },
        {
            "start": 832581912,
            "stop": 832582722
        },
        {
            "start": 832582872,
            "stop": 832582932
        },
        {
            "start": 832583106,
            "stop": 832586406
        },
        {
            "start": 832586560,
            "stop": 832588480
        },
        {
            "start": 832588674,
            "stop": 832590714
        },
        {
            "start": 832591308,
            "stop": 832592748
        },
        {
            "start": 832624115,
            "stop": 832624415
        },
        {
            "start": 832624552,
            "stop": 832624612
        },
        {
            "start": 832624838,
            "stop": 832624958
        },
        {
            "start": 832625920,
            "stop": 832626220
        },
        {
            "start": 832631574,
            "stop": 832631814
        },
        {
            "start": 832632036,
            "stop": 832632336
        },
        {
            "start": 832632491,
            "stop": 832632551
        },
        {
            "start": 832632696,
            "stop": 832632936
        }
    ]
}