strange.... it doesn't post anything inside % or <> or ' '.
anyway, the query should be:
select extents
from sys.dba_segments
where segment_name like your object name
and segment_type=your object type;
subsitute your object name to the name of your object in quotes and your object type to the type of your object in quotes.