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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=158",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 159,
    "results": [
        {
            "start": 819146430,
            "stop": 819146663
        },
        {
            "start": 819146680,
            "stop": 819146839
        },
        {
            "start": 819146856,
            "stop": 819146934
        },
        {
            "start": 819146951,
            "stop": 819147072
        },
        {
            "start": 819147089,
            "stop": 819147257
        },
        {
            "start": 819147377,
            "stop": 819147387
        },
        {
            "start": 819147404,
            "stop": 819147610
        },
        {
            "start": 819147627,
            "stop": 819147661
        },
        {
            "start": 819147664,
            "stop": 819147731
        },
        {
            "start": 819147734,
            "stop": 819147736
        },
        {
            "start": 819147741,
            "stop": 819147879
        },
        {
            "start": 819147882,
            "stop": 819147902
        },
        {
            "start": 819147919,
            "stop": 819147920
        },
        {
            "start": 819147937,
            "stop": 819148004
        },
        {
            "start": 819149430,
            "stop": 819149671
        },
        {
            "start": 819149711,
            "stop": 819149764
        },
        {
            "start": 819149781,
            "stop": 819150026
        },
        {
            "start": 819150043,
            "stop": 819150070
        },
        {
            "start": 819150087,
            "stop": 819150148
        },
        {
            "start": 819150165,
            "stop": 819150499
        }
    ]
}