Limit and offset in cbGetFieldContent seams not working

Hi, I want a list in which the first item has a other class. I created the following snippet calls:
[[!cbGetFieldContent? &field=46 &limit=1 &tpl=timeline_event_item_first &wrapTpl=timeline_event_list ]] [[!cbGetFieldContent? &field=46 &limit=0 &offset=1 &tpl=timeline_event_item &wrapTpl=timeline_event_list ]]
But the first call outputs all items and the second generates no output. Where is the error?

The field with id 46 is a repeater field.

I think you’re looking for &innerLimit instead of &limit - the latter returns the number of repeater fields, not the number of rows it holds.