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/L1_STOCH_CAT2_H2L1/segments?format=api&page=91
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_H2L1/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=90",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 91,
    "results": [
        {
            "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": 820121799,
            "stop": 820122429
        },
        {
            "start": 820123267,
            "stop": 820123507
        },
        {
            "start": 820123962,
            "stop": 820124082
        },
        {
            "start": 820124420,
            "stop": 820124840
        },
        {
            "start": 820125485,
            "stop": 820125665
        },
        {
            "start": 820125857,
            "stop": 820126097
        },
        {
            "start": 820126396,
            "stop": 820126756
        },
        {
            "start": 820127042,
            "stop": 820127342
        },
        {
            "start": 820127596,
            "stop": 820127656
        },
        {
            "start": 820127835,
            "stop": 820128075
        },
        {
            "start": 820128319,
            "stop": 820128379
        },
        {
            "start": 820128524,
            "stop": 820128584
        },
        {
            "start": 820128736,
            "stop": 820128916
        },
        {
            "start": 820129076,
            "stop": 820129256
        }
    ]
}