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=352
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=353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=351",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 352,
    "results": [
        {
            "start": 821755984,
            "stop": 821755989
        },
        {
            "start": 821755992,
            "stop": 821755995
        },
        {
            "start": 821755998,
            "stop": 821756006
        },
        {
            "start": 821756009,
            "stop": 821756017
        },
        {
            "start": 821756020,
            "stop": 821756057
        },
        {
            "start": 821756060,
            "stop": 821756079
        },
        {
            "start": 821756084,
            "stop": 821756092
        },
        {
            "start": 821756095,
            "stop": 821756098
        },
        {
            "start": 821756101,
            "stop": 821756106
        },
        {
            "start": 821756109,
            "stop": 821756114
        },
        {
            "start": 821756120,
            "stop": 821756127
        },
        {
            "start": 821756134,
            "stop": 821756136
        },
        {
            "start": 821756141,
            "stop": 821756164
        },
        {
            "start": 821756169,
            "stop": 821756172
        },
        {
            "start": 821756179,
            "stop": 821756186
        },
        {
            "start": 821756189,
            "stop": 821756201
        },
        {
            "start": 821756204,
            "stop": 821756209
        },
        {
            "start": 821756214,
            "stop": 821756222
        },
        {
            "start": 821756228,
            "stop": 821756229
        },
        {
            "start": 821756232,
            "stop": 821756236
        }
    ]
}