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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=240",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 241,
    "results": [
        {
            "start": 846838664,
            "stop": 846839814
        },
        {
            "start": 846839823,
            "stop": 846839830
        },
        {
            "start": 846839840,
            "stop": 846844681
        },
        {
            "start": 846844684,
            "stop": 846844693
        },
        {
            "start": 846844732,
            "stop": 846844733
        },
        {
            "start": 846846836,
            "stop": 846848477
        },
        {
            "start": 846848486,
            "stop": 846851371
        },
        {
            "start": 846851380,
            "stop": 846851795
        },
        {
            "start": 846851799,
            "stop": 846851809
        },
        {
            "start": 846851813,
            "stop": 846855253
        },
        {
            "start": 846855280,
            "stop": 846855282
        },
        {
            "start": 846859852,
            "stop": 846859857
        },
        {
            "start": 846859861,
            "stop": 846859949
        },
        {
            "start": 846859959,
            "stop": 846860161
        },
        {
            "start": 846860164,
            "stop": 846860175
        },
        {
            "start": 846860179,
            "stop": 846860257
        },
        {
            "start": 846860270,
            "stop": 846860329
        },
        {
            "start": 846860333,
            "stop": 846860353
        },
        {
            "start": 846860362,
            "stop": 846860368
        },
        {
            "start": 846860372,
            "stop": 846860382
        }
    ]
}