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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3936",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3934",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3935,
    "results": [
        {
            "start": 874233840,
            "stop": 874233845
        },
        {
            "start": 874233848,
            "stop": 874233853
        },
        {
            "start": 874233856,
            "stop": 874233888
        },
        {
            "start": 874233891,
            "stop": 874233969
        },
        {
            "start": 874233974,
            "stop": 874233975
        },
        {
            "start": 874233981,
            "stop": 874234050
        },
        {
            "start": 874234053,
            "stop": 874234054
        },
        {
            "start": 874234057,
            "stop": 874234087
        },
        {
            "start": 874234090,
            "stop": 874234345
        },
        {
            "start": 874234348,
            "stop": 874234479
        },
        {
            "start": 874234482,
            "stop": 874234794
        },
        {
            "start": 874234797,
            "stop": 874234860
        },
        {
            "start": 874234863,
            "stop": 874235144
        },
        {
            "start": 874235147,
            "stop": 874235159
        },
        {
            "start": 874235162,
            "stop": 874235167
        },
        {
            "start": 874235170,
            "stop": 874235258
        },
        {
            "start": 874235268,
            "stop": 874235269
        },
        {
            "start": 874235277,
            "stop": 874235283
        },
        {
            "start": 874235295,
            "stop": 874235298
        },
        {
            "start": 874235303,
            "stop": 874235309
        }
    ]
}