Add the following columns to sys.dm_db_index_physical_stats:
insert_pagesplit_count
update_pagesplit_count
last_insert_pagesplit_time
last_update_pagesplit_time
If you cannot differentiate between updates and inserts as the cause for the split, then:
pagesplit_count
last_pagesplit_time