While table 1 of the specification says that comma-separated lists are possible for network, station, location, and channel parameters, it says for the POST format that "channel constraints parameters repeated as many times as necessary".
- with the pattern
NET STA LOC CHA STARTTIME ENDTIME
with that wording it seems not exactly clear whether
network=CH&station=LLS,DAVOX&starttime=2010-01-01T00:00:00&endtime=2020-01-01T00:00:00
is allowed to translate, in POST, to
CH LLS,DAVOX * * 2010-01-01T00:00:00 2020-01-01T00:00:00
, or whether the post request should be
CH LLS * * 2010-01-01T00:00:00 2020-01-01T00:00:00
CH DAVOX * * 2010-01-01T00:00:00 2020-01-01T00:00:00
While table 1 of the specification says that comma-separated lists are possible for network, station, location, and channel parameters, it says for the POST format that "channel constraints parameters repeated as many times as necessary".
NET STA LOC CHA STARTTIME ENDTIME
with that wording it seems not exactly clear whether
network=CH&station=LLS,DAVOX&starttime=2010-01-01T00:00:00&endtime=2020-01-01T00:00:00
is allowed to translate, in POST, to
CH LLS,DAVOX * * 2010-01-01T00:00:00 2020-01-01T00:00:00
, or whether the post request should be
CH LLS * * 2010-01-01T00:00:00 2020-01-01T00:00:00
CH DAVOX * * 2010-01-01T00:00:00 2020-01-01T00:00:00