Take flight ASL334 on 16th Feb 2015 (and sort the position reports by timestamp)
echo "lat,lon,clock,type" > data.csv
cat adsb.json | \
jq -r 'select(.ident=="ASL334" and .clock >= "1424041200" and .clock < "1424127600")|[.lat,.lon,.clock,.updateType]|join(",")' | \
sort --key=3n -t, >> data.csv
click on the markers to get tracks details: spot the zig-zag at around track 60!
Modified http://maps.google.com/maps/api/js?sensor=true to a secure url
https://maps.google.com/maps/api/js?sensor=true
https://cdnjs.cloudflare.com/ajax/libs/gmaps.js/0.4.12/gmaps.min.js
https://cdnjs.cloudflare.com/ajax/libs/queue-async/1.0.7/queue.js
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js