foreach ($sightings as $row) {
                $return['sightings'][] = $row['id']; 
            }