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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=82",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 83,
    "results": [
        {
            "start": 820106565,
            "stop": 820106625
        },
        {
            "start": 820107647,
            "stop": 820107767
        },
        {
            "start": 820111567,
            "stop": 820111687
        },
        {
            "start": 820113203,
            "stop": 820113443
        },
        {
            "start": 820113606,
            "stop": 820113966
        },
        {
            "start": 820117605,
            "stop": 820117725
        },
        {
            "start": 820117890,
            "stop": 820118130
        },
        {
            "start": 820118550,
            "stop": 820118670
        },
        {
            "start": 820119107,
            "stop": 820119227
        },
        {
            "start": 820119389,
            "stop": 820119509
        },
        {
            "start": 820120098,
            "stop": 820120458
        },
        {
            "start": 820120615,
            "stop": 820121275
        },
        {
            "start": 820121709,
            "stop": 820122429
        },
        {
            "start": 820123267,
            "stop": 820123507
        },
        {
            "start": 820123962,
            "stop": 820124082
        },
        {
            "start": 820124420,
            "stop": 820124810
        },
        {
            "start": 820125485,
            "stop": 820125665
        },
        {
            "start": 820125857,
            "stop": 820126097
        },
        {
            "start": 820126396,
            "stop": 820126756
        },
        {
            "start": 820127042,
            "stop": 820127342
        }
    ]
}