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=286
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=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=285",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 286,
    "results": [
        {
            "start": 831736980,
            "stop": 831737400
        },
        {
            "start": 831737542,
            "stop": 831737842
        },
        {
            "start": 831738092,
            "stop": 831738212
        },
        {
            "start": 831739433,
            "stop": 831739733
        },
        {
            "start": 831739892,
            "stop": 831740312
        },
        {
            "start": 831749527,
            "stop": 831749587
        },
        {
            "start": 831752009,
            "stop": 831752129
        },
        {
            "start": 831755928,
            "stop": 831755988
        },
        {
            "start": 831756566,
            "stop": 831756686
        },
        {
            "start": 831758268,
            "stop": 831758328
        },
        {
            "start": 831758614,
            "stop": 831758674
        },
        {
            "start": 831759075,
            "stop": 831759195
        },
        {
            "start": 831759661,
            "stop": 831759781
        },
        {
            "start": 831768286,
            "stop": 831768406
        },
        {
            "start": 831773519,
            "stop": 831776819
        },
        {
            "start": 831778182,
            "stop": 831778962
        },
        {
            "start": 831779937,
            "stop": 831780027
        },
        {
            "start": 831780425,
            "stop": 831783545
        },
        {
            "start": 831783684,
            "stop": 831785604
        },
        {
            "start": 831785757,
            "stop": 831788097
        }
    ]
}