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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=147",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 148,
    "results": [
        {
            "start": 1175944781,
            "stop": 1175944817
        },
        {
            "start": 1175944818,
            "stop": 1175944844
        },
        {
            "start": 1175944845,
            "stop": 1175944850
        },
        {
            "start": 1175944851,
            "stop": 1175944987
        },
        {
            "start": 1175944988,
            "stop": 1175946359
        },
        {
            "start": 1175946360,
            "stop": 1175946365
        },
        {
            "start": 1175946366,
            "stop": 1175951386
        },
        {
            "start": 1175951388,
            "stop": 1175954064
        },
        {
            "start": 1175954065,
            "stop": 1175954196
        },
        {
            "start": 1175954247,
            "stop": 1175957718
        },
        {
            "start": 1175957720,
            "stop": 1175957721
        },
        {
            "start": 1175957722,
            "stop": 1175958482
        },
        {
            "start": 1175958485,
            "stop": 1175958508
        },
        {
            "start": 1175958511,
            "stop": 1175958520
        },
        {
            "start": 1175958523,
            "stop": 1175958536
        },
        {
            "start": 1175958539,
            "stop": 1175958642
        },
        {
            "start": 1175981917,
            "stop": 1175982706
        },
        {
            "start": 1175983235,
            "stop": 1175983414
        },
        {
            "start": 1175987395,
            "stop": 1175991884
        },
        {
            "start": 1175991888,
            "stop": 1176000781
        }
    ]
}