maritime_get_timeline
Build a chronological timeline of voyage events from multiple historical archives, with optional inclusion of track positions.
Instructions
Build a chronological timeline of events for a voyage.
Combines data from multiple archives — DAS voyages, MAARER wrecks, CLIWOC ship tracks, and route estimates — into a single chronological sequence of events. Optionally includes CLIWOC position data.
Args: voyage_id: DAS voyage identifier (e.g., "5999.1") include_positions: Include CLIWOC track positions as events (default False, can add many events) max_positions: Maximum CLIWOC positions to include (default 20) output_mode: Response format — "json" (default) or "text"
Returns: JSON or text with chronological event list, optional GeoJSON track, and list of data sources consulted
Tips for LLMs: - Start with include_positions=False to see major events - Set include_positions=True for detailed track reconstruction - Events from different sources may have conflicting dates - The geojson field contains a LineString of all positioned events - Use maritime_get_voyage_full for non-chronological linked data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| voyage_id | Yes | ||
| include_positions | No | ||
| max_positions | No | ||
| output_mode | No | json |