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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=125",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 126,
    "results": [
        {
            "start": 931705180,
            "stop": 931705212
        },
        {
            "start": 931705218,
            "stop": 931705224
        },
        {
            "start": 931705242,
            "stop": 931705248
        },
        {
            "start": 931705279,
            "stop": 931705283
        },
        {
            "start": 931705292,
            "stop": 931705294
        },
        {
            "start": 931705305,
            "stop": 931705306
        },
        {
            "start": 931705316,
            "stop": 931705321
        },
        {
            "start": 931705331,
            "stop": 931705344
        },
        {
            "start": 931705350,
            "stop": 931705351
        },
        {
            "start": 931705362,
            "stop": 931705379
        },
        {
            "start": 931705390,
            "stop": 931705402
        },
        {
            "start": 931705410,
            "stop": 931705425
        },
        {
            "start": 931705430,
            "stop": 931705435
        },
        {
            "start": 931705441,
            "stop": 931705447
        },
        {
            "start": 931705463,
            "stop": 931705465
        },
        {
            "start": 931705476,
            "stop": 931705496
        },
        {
            "start": 931705502,
            "stop": 931705503
        },
        {
            "start": 931705538,
            "stop": 931705544
        },
        {
            "start": 931705555,
            "stop": 931705567
        },
        {
            "start": 931705577,
            "stop": 931705595
        }
    ]
}