io lavorerei con questo output che mi sembra più umano:

Codice PHP:
<?php

$page 
file_get_contents('http://cnt.rm.ingv.it/~earthquake/index_web_cnt.php?year=2009&month=04&ml_selection=0');

strip_tags($page);
$tmp explode('Sismico',$page);
$page1 $tmp['1']; 

echo 
"$page1";

?>