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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=289",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 290,
    "results": [
        {
            "start": 820780667,
            "stop": 820781330
        },
        {
            "start": 820781333,
            "stop": 820781503
        },
        {
            "start": 820781623,
            "stop": 820781969
        },
        {
            "start": 820782089,
            "stop": 820782466
        },
        {
            "start": 820782483,
            "stop": 820782733
        },
        {
            "start": 820782941,
            "stop": 820783782
        },
        {
            "start": 820783902,
            "stop": 820784100
        },
        {
            "start": 820784160,
            "stop": 820785082
        },
        {
            "start": 820785202,
            "stop": 820785203
        },
        {
            "start": 820785397,
            "stop": 820786649
        },
        {
            "start": 820786800,
            "stop": 820788660
        },
        {
            "start": 820788720,
            "stop": 820790372
        },
        {
            "start": 820790375,
            "stop": 820791914
        },
        {
            "start": 820792034,
            "stop": 820795187
        },
        {
            "start": 820795307,
            "stop": 820795424
        },
        {
            "start": 820795544,
            "stop": 820796972
        },
        {
            "start": 820796975,
            "stop": 820799820
        },
        {
            "start": 820799880,
            "stop": 820801038
        },
        {
            "start": 820801158,
            "stop": 820803842
        },
        {
            "start": 820803962,
            "stop": 820804106
        }
    ]
}