Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=118
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=117",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 118,
    "results": [
        {
            "start": 1239868753,
            "stop": 1239868871
        },
        {
            "start": 1239868873,
            "stop": 1239868991
        },
        {
            "start": 1239868993,
            "stop": 1239869111
        },
        {
            "start": 1239869113,
            "stop": 1239869231
        },
        {
            "start": 1239869233,
            "stop": 1239869351
        },
        {
            "start": 1239869353,
            "stop": 1239869451
        },
        {
            "start": 1239869453,
            "stop": 1239869591
        },
        {
            "start": 1239869593,
            "stop": 1239869711
        },
        {
            "start": 1239869713,
            "stop": 1239869811
        },
        {
            "start": 1239869813,
            "stop": 1239869951
        },
        {
            "start": 1239869953,
            "stop": 1239870071
        },
        {
            "start": 1239870073,
            "stop": 1239870191
        },
        {
            "start": 1239870193,
            "stop": 1239870311
        },
        {
            "start": 1239870313,
            "stop": 1239870431
        },
        {
            "start": 1239870433,
            "stop": 1239870551
        },
        {
            "start": 1239870553,
            "stop": 1239870640
        },
        {
            "start": 1239870641,
            "stop": 1239870671
        },
        {
            "start": 1239870673,
            "stop": 1239870791
        },
        {
            "start": 1239870793,
            "stop": 1239870911
        },
        {
            "start": 1239870913,
            "stop": 1239871031
        }
    ]
}