Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=213
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=212",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 213,
    "results": [
        {
            "start": 931670789,
            "stop": 931670797
        },
        {
            "start": 931670800,
            "stop": 931670802
        },
        {
            "start": 931670812,
            "stop": 931670813
        },
        {
            "start": 931670816,
            "stop": 931670839
        },
        {
            "start": 931670846,
            "stop": 931670855
        },
        {
            "start": 931670858,
            "stop": 931670873
        },
        {
            "start": 931670877,
            "stop": 931670885
        },
        {
            "start": 931670888,
            "stop": 931670897
        },
        {
            "start": 931670900,
            "stop": 931670901
        },
        {
            "start": 931670906,
            "stop": 931670907
        },
        {
            "start": 931670910,
            "stop": 931670913
        },
        {
            "start": 931670916,
            "stop": 931670918
        },
        {
            "start": 931670922,
            "stop": 931670930
        },
        {
            "start": 931670933,
            "stop": 931670938
        },
        {
            "start": 931670941,
            "stop": 931670956
        },
        {
            "start": 931670961,
            "stop": 931670962
        },
        {
            "start": 931670965,
            "stop": 931670966
        },
        {
            "start": 931670969,
            "stop": 931670973
        },
        {
            "start": 931670976,
            "stop": 931670977
        },
        {
            "start": 931670983,
            "stop": 931670993
        }
    ]
}