Same level selectors select as single element

Hello,

From this page:

https://www.golfgenius.com/leagues/75284/widgets/tournament_results?shared=false

I'm trying to scrape data in this format:

|tourn_group|tournament-link|
|18-Hole, Individual Stroke Play (9-Holes per Day)|Boys 7-9|
|18-Hole, Individual Stroke Play (9-Holes per Day)|Girls 7-9|
|18-Hole, Individual Stroke Play (9-Holes per Day)|Girls 13-18|
|18-Hole, Individual Stroke Play (9-Holes per Day)|Girls 10-12|
|36-Hole, Individual Stroke Play (18-Holes per Day)|Boys 13-15|
|36-Hole, Individual Stroke Play (18-Holes per Day)|Boys 16-18|
|36-Hole, Individual Stroke Play (18-Holes per Day)|Boys 10-12|

image

Is there a way to encapsulate div "tournament_container" with all the folowing div "in_group tournament_container" as single element so that I can drill down to select needed data?