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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=111",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 112,
    "results": [
        {
            "start": 1175954247,
            "stop": 1175957718
        },
        {
            "start": 1175957720,
            "stop": 1175957721
        },
        {
            "start": 1175957722,
            "stop": 1175958482
        },
        {
            "start": 1175958484,
            "stop": 1175958508
        },
        {
            "start": 1175958510,
            "stop": 1175958520
        },
        {
            "start": 1175958522,
            "stop": 1175958536
        },
        {
            "start": 1175958538,
            "stop": 1175958642
        },
        {
            "start": 1175981917,
            "stop": 1175982706
        },
        {
            "start": 1175983235,
            "stop": 1175983414
        },
        {
            "start": 1175987395,
            "stop": 1176000781
        },
        {
            "start": 1176003152,
            "stop": 1176020933
        },
        {
            "start": 1176020934,
            "stop": 1176020957
        },
        {
            "start": 1176020958,
            "stop": 1176021907
        },
        {
            "start": 1176021911,
            "stop": 1176021921
        },
        {
            "start": 1176021927,
            "stop": 1176026449
        },
        {
            "start": 1176026450,
            "stop": 1176026957
        },
        {
            "start": 1176026960,
            "stop": 1176027676
        },
        {
            "start": 1176027677,
            "stop": 1176027719
        },
        {
            "start": 1176027721,
            "stop": 1176028619
        },
        {
            "start": 1176028620,
            "stop": 1176028626
        }
    ]
}