Update doc

This commit is contained in:
Dominik Werder
2022-09-09 07:24:11 +02:00
parent c63c5c7d5e
commit 5205f1f06d

View File

@@ -272,12 +272,22 @@ curl -H 'Accept: application/json' 'https://data-api.psi.ch/api/4/binned?channel
<h4>Example response (without usage of binningScheme):</h4> <h4>Example response (without usage of binningScheme):</h4>
<pre>{ <pre>{
"tsAnchor": 1623769850, "tsAnchor": 1623769850,
"tsMs": [ "ts1Ms": [
0, 0,
10000, 10000,
20000 20000
], ],
"tsNs": [ "ts1Ns": [
0,
0,
0
],
"ts2Ms": [
10000,
20000,
30000
],
"ts2Ns": [
0, 0,
0, 0,
0 0