Let's suppose that you want to split a node list into multiple blocks (ie. views). Eg. you might want to display a few nodes as teasers and the rest as title lists. The answer comes from
drupal.org's support forum. You can restrict the view's listing to a subset by specifying a starting offset in the argument handling code. Eg.:
$offset = 5;
Recent comments
1 day 21 hours ago
1 week 5 days ago
1 week 6 days ago
1 week 6 days ago
1 week 6 days ago
2 weeks 4 hours ago
2 weeks 3 days ago
2 weeks 3 days ago
4 weeks 1 day ago
4 weeks 1 day ago