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=332
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=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=331",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 332,
    "results": [
        {
            "start": 821750108,
            "stop": 821750114
        },
        {
            "start": 821750126,
            "stop": 821750132
        },
        {
            "start": 821750136,
            "stop": 821750137
        },
        {
            "start": 821750140,
            "stop": 821750155
        },
        {
            "start": 821750159,
            "stop": 821750162
        },
        {
            "start": 821750165,
            "stop": 821750166
        },
        {
            "start": 821750171,
            "stop": 821750177
        },
        {
            "start": 821750180,
            "stop": 821750181
        },
        {
            "start": 821750184,
            "stop": 821750186
        },
        {
            "start": 821750189,
            "stop": 821750190
        },
        {
            "start": 821750197,
            "stop": 821750204
        },
        {
            "start": 821750207,
            "stop": 821750212
        },
        {
            "start": 821750215,
            "stop": 821750221
        },
        {
            "start": 821750224,
            "stop": 821750225
        },
        {
            "start": 821750228,
            "stop": 821750253
        },
        {
            "start": 821750256,
            "stop": 821750257
        },
        {
            "start": 821750260,
            "stop": 821750266
        },
        {
            "start": 821750269,
            "stop": 821750282
        },
        {
            "start": 821750285,
            "stop": 821750290
        },
        {
            "start": 821750302,
            "stop": 821750307
        }
    ]
}