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/O4b/timelines/H1_CBC_CAT1/segments?format=api&page=45
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT1/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT1/segments?format=api&page=44",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 45,
    "results": [
        {
            "start": 1420541046,
            "stop": 1420542230
        },
        {
            "start": 1420557881,
            "stop": 1420596162
        },
        {
            "start": 1420604705,
            "stop": 1420606977
        },
        {
            "start": 1420607121,
            "stop": 1420607160
        },
        {
            "start": 1420607492,
            "stop": 1420637083
        },
        {
            "start": 1420637261,
            "stop": 1420639888
        },
        {
            "start": 1420640023,
            "stop": 1420641523
        },
        {
            "start": 1420641586,
            "stop": 1420659061
        },
        {
            "start": 1420660866,
            "stop": 1420661047
        },
        {
            "start": 1420670114,
            "stop": 1420671622
        },
        {
            "start": 1420671715,
            "stop": 1420680453
        },
        {
            "start": 1420684774,
            "stop": 1420689709
        },
        {
            "start": 1420689945,
            "stop": 1420702978
        },
        {
            "start": 1420725805,
            "stop": 1420806731
        },
        {
            "start": 1420832670,
            "stop": 1420857606
        },
        {
            "start": 1420865976,
            "stop": 1420879109
        },
        {
            "start": 1420883683,
            "stop": 1420903346
        },
        {
            "start": 1420904447,
            "stop": 1420905931
        },
        {
            "start": 1420955045,
            "stop": 1420982235
        },
        {
            "start": 1420988423,
            "stop": 1421014976
        }
    ]
}