---
title: "Paginated list of round trips / one-way of train schedules"
method: GET
path: "/timetable/{id}/round_trips"
tags: ["timetable", "round_trips"]
---

# Paginated list of round trips / one-way of train schedules

`GET /timetable/{id}/round_trips`

## Path parameters

- `id` integer, required

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

The paginated list of round trips / one-ways

- object — Paginated list of round trips / one-way
  - `count` integer, required — The total number of items
  - `current` integer, required — The current page number
  - `next` integer, nullable, required — The next page number, if any
  - `page_count` integer, required — The total number of pages
  - `page_size` integer, required — The number of items per page
  - `previous` integer, nullable, required — The previous page number, if any
  - `results` RoundTrips, required — Represents a collection of round trips and one-way
    - `one_ways` integer[] — List of one-way trains
    - `round_trips` array[] — List of round trips, each represented by a tuple
      - integer[]

## Changes

> 77 revisions in range; 2 not diffed.

- **2026-06-26** `60a22beb0909` — 1 info
  - endpoint added
- **2026-06-18** `a6c0f93e1713` — 1 breaking
  - api path removed without deprecation
- **2026-06-18** `1bd462694f6d` — 1 info
  - endpoint added
- **2026-06-10** `d3c96c71cacc` — 1 breaking
  - api path removed without deprecation
- **2026-06-10** `534e56b95a11` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/openrailassociation/apis/osrd-editoast/changes/timetable/:id/round_trips/get.md)

---

[API](https://skmtc.dev/openrailassociation/apis/osrd-editoast.md) · [All operations](https://skmtc.dev/openrailassociation/apis/osrd-editoast/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openrailassociation/osrd-editoast/revisions/e1fc96bc11fd/schema)
