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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=129",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 130,
    "results": [
        {
            "start": 1176611439,
            "stop": 1176611441
        },
        {
            "start": 1176611445,
            "stop": 1176611451
        },
        {
            "start": 1176611452,
            "stop": 1176611453
        },
        {
            "start": 1176611455,
            "stop": 1176611489
        },
        {
            "start": 1176611492,
            "stop": 1176611509
        },
        {
            "start": 1176611510,
            "stop": 1176611535
        },
        {
            "start": 1176611538,
            "stop": 1176611588
        },
        {
            "start": 1176611590,
            "stop": 1176611618
        },
        {
            "start": 1176611622,
            "stop": 1176611646
        },
        {
            "start": 1176611647,
            "stop": 1176611756
        },
        {
            "start": 1176611762,
            "stop": 1176611782
        },
        {
            "start": 1176611785,
            "stop": 1176611805
        },
        {
            "start": 1176611812,
            "stop": 1176611815
        },
        {
            "start": 1176611819,
            "stop": 1176611838
        },
        {
            "start": 1176611847,
            "stop": 1176611858
        },
        {
            "start": 1176611864,
            "stop": 1176611917
        },
        {
            "start": 1176611923,
            "stop": 1176611925
        },
        {
            "start": 1176611927,
            "stop": 1176612003
        },
        {
            "start": 1176612005,
            "stop": 1176612350
        },
        {
            "start": 1176612351,
            "stop": 1176612353
        }
    ]
}