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=266
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=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=265",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 266,
    "results": [
        {
            "start": 821688019,
            "stop": 821688027
        },
        {
            "start": 821688030,
            "stop": 821688035
        },
        {
            "start": 821688038,
            "stop": 821688045
        },
        {
            "start": 821688050,
            "stop": 821688055
        },
        {
            "start": 821688062,
            "stop": 821688067
        },
        {
            "start": 821688070,
            "stop": 821688112
        },
        {
            "start": 821688115,
            "stop": 821688128
        },
        {
            "start": 821688131,
            "stop": 821688136
        },
        {
            "start": 821688139,
            "stop": 821688151
        },
        {
            "start": 821688154,
            "stop": 821688164
        },
        {
            "start": 821688167,
            "stop": 821688172
        },
        {
            "start": 821688175,
            "stop": 821688184
        },
        {
            "start": 821688187,
            "stop": 821688190
        },
        {
            "start": 821688193,
            "stop": 821688200
        },
        {
            "start": 821688203,
            "stop": 821688208
        },
        {
            "start": 821688211,
            "stop": 821688216
        },
        {
            "start": 821688222,
            "stop": 821688224
        },
        {
            "start": 821688227,
            "stop": 821688236
        },
        {
            "start": 821688240,
            "stop": 821688280
        },
        {
            "start": 821688283,
            "stop": 821688320
        }
    ]
}