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
2 days 23 hours ago
3 days 45 sec ago
5 days 4 hours ago
1 week 2 days ago
1 week 2 days ago
1 week 3 days ago
1 week 4 days ago
1 week 4 days ago
1 week 6 days ago
2 weeks 1 day ago