Add binary mode for scan data endpoint
Scan data endpoint for 0d data returns a gzipped json string. Should make a version that returns a binary blob like h5grove. At the moment for the sinograms the endpoint transfers a few million points gzipped, then client unzipped and converts to a javascript array. Should be faster with a binary implementation.