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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=278",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 279,
    "results": [
        {
            "start": 821728718,
            "stop": 821728821
        },
        {
            "start": 821728838,
            "stop": 821728918
        },
        {
            "start": 821728921,
            "stop": 821728947
        },
        {
            "start": 821728964,
            "stop": 821731401
        },
        {
            "start": 821731418,
            "stop": 821732164
        },
        {
            "start": 821732181,
            "stop": 821732195
        },
        {
            "start": 821732212,
            "stop": 821732261
        },
        {
            "start": 821732278,
            "stop": 821734917
        },
        {
            "start": 821734936,
            "stop": 821735655
        },
        {
            "start": 821735659,
            "stop": 821736781
        },
        {
            "start": 821736784,
            "stop": 821737021
        },
        {
            "start": 821737038,
            "stop": 821737550
        },
        {
            "start": 821737567,
            "stop": 821737584
        },
        {
            "start": 821737617,
            "stop": 821737648
        },
        {
            "start": 821737665,
            "stop": 821737686
        },
        {
            "start": 821737704,
            "stop": 821737924
        },
        {
            "start": 821737941,
            "stop": 821737956
        },
        {
            "start": 821737977,
            "stop": 821738057
        },
        {
            "start": 821739681,
            "stop": 821742654
        },
        {
            "start": 821742671,
            "stop": 821742682
        }
    ]
}