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_CAT2_H1L1/segments?format=api&page=92
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=91",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 92,
    "results": [
        {
            "start": 820552923,
            "stop": 820553103
        },
        {
            "start": 820563882,
            "stop": 820563942
        },
        {
            "start": 820574130,
            "stop": 820574190
        },
        {
            "start": 820574514,
            "stop": 820574634
        },
        {
            "start": 820575057,
            "stop": 820575177
        },
        {
            "start": 820575833,
            "stop": 820576013
        },
        {
            "start": 820576201,
            "stop": 820576381
        },
        {
            "start": 820576605,
            "stop": 820576725
        },
        {
            "start": 820577253,
            "stop": 820577313
        },
        {
            "start": 820577751,
            "stop": 820577811
        },
        {
            "start": 820578443,
            "stop": 820578623
        },
        {
            "start": 820578798,
            "stop": 820578918
        },
        {
            "start": 820579777,
            "stop": 820580137
        },
        {
            "start": 820580447,
            "stop": 820580567
        },
        {
            "start": 820580861,
            "stop": 820580921
        },
        {
            "start": 820581146,
            "stop": 820581206
        },
        {
            "start": 820581472,
            "stop": 820581892
        },
        {
            "start": 820582572,
            "stop": 820582752
        },
        {
            "start": 820583049,
            "stop": 820583229
        },
        {
            "start": 820583614,
            "stop": 820583674
        }
    ]
}