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_CBCHIGH_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_CBCHIGH_CAT2/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=318",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 319,
    "results": [
        {
            "start": 821744334,
            "stop": 821744345
        },
        {
            "start": 821744348,
            "stop": 821744351
        },
        {
            "start": 821744361,
            "stop": 821744363
        },
        {
            "start": 821744367,
            "stop": 821744368
        },
        {
            "start": 821744373,
            "stop": 821744378
        },
        {
            "start": 821744381,
            "stop": 821744387
        },
        {
            "start": 821744390,
            "stop": 821744398
        },
        {
            "start": 821744403,
            "stop": 821744408
        },
        {
            "start": 821744411,
            "stop": 821744457
        },
        {
            "start": 821744462,
            "stop": 821744472
        },
        {
            "start": 821744475,
            "stop": 821744492
        },
        {
            "start": 821744497,
            "stop": 821744500
        },
        {
            "start": 821744503,
            "stop": 821744511
        },
        {
            "start": 821744519,
            "stop": 821744527
        },
        {
            "start": 821744532,
            "stop": 821744536
        },
        {
            "start": 821744539,
            "stop": 821744559
        },
        {
            "start": 821744564,
            "stop": 821744569
        },
        {
            "start": 821744572,
            "stop": 821744579
        },
        {
            "start": 821744582,
            "stop": 821744583
        },
        {
            "start": 821744588,
            "stop": 821744589
        }
    ]
}