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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1966",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1964",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1965,
    "results": [
        {
            "start": 853424053,
            "stop": 853444469
        },
        {
            "start": 853445968,
            "stop": 853453261
        },
        {
            "start": 853453339,
            "stop": 853453818
        },
        {
            "start": 853454118,
            "stop": 853478769
        },
        {
            "start": 853480706,
            "stop": 853482793
        },
        {
            "start": 853484156,
            "stop": 853518606
        },
        {
            "start": 853518766,
            "stop": 853522317
        },
        {
            "start": 853522427,
            "stop": 853522993
        },
        {
            "start": 853572927,
            "stop": 853573042
        },
        {
            "start": 853574047,
            "stop": 853574135
        },
        {
            "start": 853574245,
            "stop": 853574553
        },
        {
            "start": 853574853,
            "stop": 853574864
        },
        {
            "start": 853575462,
            "stop": 853575859
        },
        {
            "start": 853575969,
            "stop": 853576065
        },
        {
            "start": 853577313,
            "stop": 853577648
        },
        {
            "start": 853578858,
            "stop": 853589810
        },
        {
            "start": 853589811,
            "stop": 853595153
        },
        {
            "start": 853597064,
            "stop": 853601663
        },
        {
            "start": 853601666,
            "stop": 853601820
        },
        {
            "start": 853601967,
            "stop": 853601999
        }
    ]
}