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=319
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=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=318",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 319,
    "results": [
        {
            "start": 821746192,
            "stop": 821746202
        },
        {
            "start": 821746205,
            "stop": 821746222
        },
        {
            "start": 821746225,
            "stop": 821746226
        },
        {
            "start": 821746229,
            "stop": 821746238
        },
        {
            "start": 821746241,
            "stop": 821746242
        },
        {
            "start": 821746245,
            "stop": 821746265
        },
        {
            "start": 821746268,
            "stop": 821746280
        },
        {
            "start": 821746289,
            "stop": 821746298
        },
        {
            "start": 821746301,
            "stop": 821746339
        },
        {
            "start": 821746343,
            "stop": 821746359
        },
        {
            "start": 821746362,
            "stop": 821746364
        },
        {
            "start": 821746372,
            "stop": 821746453
        },
        {
            "start": 821746456,
            "stop": 821746458
        },
        {
            "start": 821746463,
            "stop": 821746470
        },
        {
            "start": 821746473,
            "stop": 821746486
        },
        {
            "start": 821746489,
            "stop": 821746498
        },
        {
            "start": 821746503,
            "stop": 821746533
        },
        {
            "start": 821746536,
            "stop": 821746538
        },
        {
            "start": 821746542,
            "stop": 821746547
        },
        {
            "start": 821746550,
            "stop": 821746552
        }
    ]
}