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=347
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=348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=346",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 347,
    "results": [
        {
            "start": 822928957,
            "stop": 822930734
        },
        {
            "start": 822930737,
            "stop": 822930754
        },
        {
            "start": 822930757,
            "stop": 822931138
        },
        {
            "start": 822931142,
            "stop": 822931303
        },
        {
            "start": 822931306,
            "stop": 822931334
        },
        {
            "start": 822931528,
            "stop": 822932410
        },
        {
            "start": 822932524,
            "stop": 822932681
        },
        {
            "start": 822932684,
            "stop": 822934541
        },
        {
            "start": 822934544,
            "stop": 822935100
        },
        {
            "start": 822935160,
            "stop": 822936346
        },
        {
            "start": 822936979,
            "stop": 822936997
        },
        {
            "start": 822936998,
            "stop": 822937112
        },
        {
            "start": 822937115,
            "stop": 822937338
        },
        {
            "start": 822937341,
            "stop": 822938192
        },
        {
            "start": 822938195,
            "stop": 822939483
        },
        {
            "start": 822939486,
            "stop": 822939566
        },
        {
            "start": 822939569,
            "stop": 822940020
        },
        {
            "start": 822940140,
            "stop": 822940287
        },
        {
            "start": 822940308,
            "stop": 822940874
        },
        {
            "start": 822940878,
            "stop": 822940948
        }
    ]
}