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=1982
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=1983",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1981",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1982,
    "results": [
        {
            "start": 856015491,
            "stop": 856015506
        },
        {
            "start": 856015509,
            "stop": 856015595
        },
        {
            "start": 856015598,
            "stop": 856015605
        },
        {
            "start": 856015608,
            "stop": 856015699
        },
        {
            "start": 856015702,
            "stop": 856015744
        },
        {
            "start": 856015747,
            "stop": 856015749
        },
        {
            "start": 856015752,
            "stop": 856016036
        },
        {
            "start": 856016040,
            "stop": 856016045
        },
        {
            "start": 856016050,
            "stop": 856016061
        },
        {
            "start": 856016064,
            "stop": 856016135
        },
        {
            "start": 856016139,
            "stop": 856016151
        },
        {
            "start": 856016158,
            "stop": 856016206
        },
        {
            "start": 856016209,
            "stop": 856016253
        },
        {
            "start": 856016256,
            "stop": 856016295
        },
        {
            "start": 856016298,
            "stop": 856016304
        },
        {
            "start": 856016307,
            "stop": 856016394
        },
        {
            "start": 856016399,
            "stop": 856016600
        },
        {
            "start": 856016603,
            "stop": 856016826
        },
        {
            "start": 856016829,
            "stop": 856016849
        },
        {
            "start": 856016854,
            "stop": 856016890
        }
    ]
}