getFrames -d //ligo/raw/lho/s2 -t 731300000-731300020 -c H2:LSC-AS_Q,H2:LSC-AS_IAs with many of the utilities in LIGOtools, you can get complete syntax information by typing getFrames without any arguments.
The full list of UDNs (which provide RDS and trend data as well as full frame data from various runs) is given on this web page, with links to display the available time intervals and channels for each UDN. Beginning with version 5.2 of the 'dataflow' package, you can also get this information in a Unix shell by using getFrames, which may be more convenient in some cases. To get a list of all UDNs which provide frame data of one sort or another, type:
getFrames -dTo get a list of time intervals for a given UDN, say //ligo/raw/lho/s2, type:
getFrames -d //ligo/raw/lho/s2 -tTo get a list of channels (with sampling rates) for this UDN, type:
getFrames -d //ligo/raw/lho/s2 -c
(Originally, there was a program called "LARS" (for LIGO Archive Retrieval Server) which handled these requests and served out data from the old HPSS data archive. Now, all of these data requests are handled by LDAS, but we still sometimes refer to the UDN scheme as the "LARS protocol".)
Note that you need a valid LDAS username and password to retrieve data, and you need to store them in a special disk file using the "ldaspw" utility. See the FAQ articles entitled "How to get an LDAS username/password" and "How to store your LDAS username and password".