# Detailed Results View

The **Athlete's Detailed Results View** in the **RUFUS Event App** provides in-depth insights into an athlete’s race performance. By selecting an athlete from the **Results View**, users can access a breakdown of rankings, timing splits, and performance metrics.

<div><figure><img src="/files/6pPDoHwwCrkyz8UXQEbt" alt=""><figcaption><p>Detailed Result View - General Tab</p></figcaption></figure> <figure><img src="/files/B4MVUzOcJFBTnO89xRxF" alt=""><figcaption><p>Detailed Result View - Details Tab</p></figcaption></figure></div>

## Key Features of the Detailed Results View

### **General Tab**

* **Athlete Information** – Displays the athlete’s name, bib number, nationality (with a flag), and team affiliation.
* **Overall Ranking** – Shows the athlete’s placement among all participants.
* **Gender Ranking** – Displays the athlete’s ranking within their gender category.
* **Age Group Ranking** – Indicates the athlete’s placement within their specific age category.
* **Chip Time vs Gun Time** – Provides both the net time (from when the athlete crossed the start line) and the official gun time.
* **Start & Finish Time of the Day** – Shows the exact timestamps of when the athlete started and finished the race.
* **Pace** – Displays the athlete’s average pace per kilometer or mile.
* **Gender** – Indicates the athlete’s gender category.

### **Details Tab**

* **Timing Splits** – Breaks down the race into different segments, showing:
  * **Start and Finish Time of Each Split**
  * **Segment Time** – Time taken to complete each race section.
  * **Speed/Pace** – The athlete’s speed or pace per kilometer/mile in each segment.

## How to Access the Detailed Results View

1. Navigate to the **Results View** in the **RUFUS Event App**.
2. Select an athlete from the rankings list.
3. View the **General** tab for rankings and overall race performance.
4. Switch to the **Details** tab to analyze segment splits and pace data.

The **Athlete’s Detailed Results View** enhances post-race analysis, allowing participants, spectators, and coaches to review performance metrics and compare race splits for better race evaluation.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.runonrufus.com/rufus-event-app/app-sections/detailed-results-view.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
