> For the complete documentation index, see [llms.txt](https://docs.phoenixlidar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phoenixlidar.com/spatialexplorer-8-and-9/user-interface/windows/project/intervals.md).

# Intervals

Intervals created using the [**Create Intervals**](/spatialexplorer-8-and-9/user-interface/toolbars/workflow/create-intervals.md) tool appear here, in the project window. It is possible to have several different interval lists in one project.&#x20;

<figure><img src="/files/QaVXpUmLHAZXCtOfRRkh" alt=""><figcaption></figcaption></figure>

Intervals can be modified. To remove an interval from the list, click the red **X** on the left. The **From** and **To** times (listed in GPS TOW) can also be adjusted to change the time span of the interval. If an interval's time span is adjusted to overlap an existing interval's time span, SpatialExplorer will prompt you to either combine the two intervals or terminate the modified interval at the beginning of the existing interval.

### Manual Interval Creation

Intervals can also be created manually. Select at least two positions along your trajectory. You should see these two positions in the measurements window:

<figure><img src="/files/kBMG5Vjp5t32IfgLQrQ7" alt=""><figcaption></figcaption></figure>

Then, use the **Create Intervals From Measurements** tool, located at the bottom of the interval list menu:

<figure><img src="/files/QD7NYW94uX9g2ovyx8Ld" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can create multiple intervals at once using this tool. Simply select the beginnings and ends of your desired intervals along the trajectory and click **Create Intervals From Measurements**. Measurements will be sorted by time prior to interval creation. &#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.phoenixlidar.com/spatialexplorer-8-and-9/user-interface/windows/project/intervals.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.
