Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9914
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9915",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9913",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9914,
    "results": [
        {
            "start": 874662484,
            "stop": 874662607
        },
        {
            "start": 874662611,
            "stop": 874662614
        },
        {
            "start": 874662620,
            "stop": 874662624
        },
        {
            "start": 874662630,
            "stop": 874662633
        },
        {
            "start": 874662640,
            "stop": 874662643
        },
        {
            "start": 874662648,
            "stop": 874662652
        },
        {
            "start": 874662659,
            "stop": 874663038
        },
        {
            "start": 874663043,
            "stop": 874663110
        },
        {
            "start": 874663114,
            "stop": 874663116
        },
        {
            "start": 874663119,
            "stop": 874663134
        },
        {
            "start": 874663138,
            "stop": 874664150
        },
        {
            "start": 874664156,
            "stop": 874665633
        },
        {
            "start": 874665638,
            "stop": 874665800
        },
        {
            "start": 874665805,
            "stop": 874667725
        },
        {
            "start": 874667728,
            "stop": 874668673
        },
        {
            "start": 874668677,
            "stop": 874669710
        },
        {
            "start": 874669717,
            "stop": 874669718
        },
        {
            "start": 874669721,
            "stop": 874670290
        },
        {
            "start": 874670293,
            "stop": 874670295
        },
        {
            "start": 874670297,
            "stop": 874670423
        }
    ]
}