Creating Multiple lists from different curve regions

Hi, I’m trying to solve how to convert a list of points into individual sets based on a series of curves that are trying to split them. I’ve attached a picture of the desired outcome i’m looking to achieve hope that makes it clearer.
ThanksGH_Multiple Lists.gh (7.1 KB)
GH-multiple lists.3dm (71.4 KB)

Your image seems to imply finite line segments as separators, but you have closed rectangles in the file. Rectangles are pretty easy, lines are harder. Are you ok using the rectangles to solve this?

GH_Multiple Lists (Replace).gh (13.0 KB)?

Yes sorry was trying to make the split clearer with lines, but rectangles is what I am using. That works perfecty, thank you for your help David!