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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=238",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 239,
    "results": [
        {
            "start": 821680934,
            "stop": 821680961
        },
        {
            "start": 821680964,
            "stop": 821680981
        },
        {
            "start": 821680991,
            "stop": 821681001
        },
        {
            "start": 821681008,
            "stop": 821681029
        },
        {
            "start": 821681036,
            "stop": 821681052
        },
        {
            "start": 821681055,
            "stop": 821681073
        },
        {
            "start": 821681076,
            "stop": 821681132
        },
        {
            "start": 821681135,
            "stop": 821681137
        },
        {
            "start": 821681140,
            "stop": 821681147
        },
        {
            "start": 821681150,
            "stop": 821681151
        },
        {
            "start": 821681154,
            "stop": 821681160
        },
        {
            "start": 821681163,
            "stop": 821681178
        },
        {
            "start": 821681184,
            "stop": 821681185
        },
        {
            "start": 821681188,
            "stop": 821681194
        },
        {
            "start": 821681197,
            "stop": 821681224
        },
        {
            "start": 821681229,
            "stop": 821681230
        },
        {
            "start": 821681233,
            "stop": 821681234
        },
        {
            "start": 821681240,
            "stop": 821681248
        },
        {
            "start": 821681258,
            "stop": 821681274
        },
        {
            "start": 821681279,
            "stop": 821681288
        }
    ]
}