Your compressed file is probably not a Tar archive.
You can find out the uncompressed filename with `gunzip -l archive.gz` \- that might give you a clue as to the format.
If that doesn't work, then `gunzip` it, and use `file` on the uncompressed output.