Get First three items

I have some events child page

I want 3 upcoming events in one div and another in other div.

Now i facing problems is that i use |slice(0,3) for display 3 three events but if event expired then it shows only 2 in first div.