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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=283",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 284,
    "results": [
        {
            "start": 821693090,
            "stop": 821693094
        },
        {
            "start": 821693099,
            "stop": 821693100
        },
        {
            "start": 821693103,
            "stop": 821693105
        },
        {
            "start": 821693108,
            "stop": 821693122
        },
        {
            "start": 821693127,
            "stop": 821693129
        },
        {
            "start": 821693132,
            "stop": 821693135
        },
        {
            "start": 821693138,
            "stop": 821693183
        },
        {
            "start": 821693188,
            "stop": 821693206
        },
        {
            "start": 821693209,
            "stop": 821693225
        },
        {
            "start": 821693228,
            "stop": 821693236
        },
        {
            "start": 821693239,
            "stop": 821693243
        },
        {
            "start": 821693249,
            "stop": 821693251
        },
        {
            "start": 821693254,
            "stop": 821693263
        },
        {
            "start": 821693266,
            "stop": 821693272
        },
        {
            "start": 821693275,
            "stop": 821693280
        },
        {
            "start": 821693283,
            "stop": 821693288
        },
        {
            "start": 821693296,
            "stop": 821693306
        },
        {
            "start": 821693309,
            "stop": 821693319
        },
        {
            "start": 821693324,
            "stop": 821693329
        },
        {
            "start": 821693332,
            "stop": 821693334
        }
    ]
}