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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=125",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 126,
    "results": [
        {
            "start": 1175464757,
            "stop": 1175464762
        },
        {
            "start": 1175464763,
            "stop": 1175464767
        },
        {
            "start": 1175464768,
            "stop": 1175464772
        },
        {
            "start": 1175464776,
            "stop": 1175464787
        },
        {
            "start": 1175464788,
            "stop": 1175464812
        },
        {
            "start": 1175464813,
            "stop": 1175464868
        },
        {
            "start": 1175464870,
            "stop": 1175465048
        },
        {
            "start": 1175465051,
            "stop": 1175465073
        },
        {
            "start": 1175465075,
            "stop": 1175466483
        },
        {
            "start": 1175466486,
            "stop": 1175467655
        },
        {
            "start": 1175467658,
            "stop": 1175472764
        },
        {
            "start": 1175472769,
            "stop": 1175472780
        },
        {
            "start": 1175472781,
            "stop": 1175474437
        },
        {
            "start": 1175474438,
            "stop": 1175474440
        },
        {
            "start": 1175474441,
            "stop": 1175476210
        },
        {
            "start": 1175476212,
            "stop": 1175476351
        },
        {
            "start": 1175476352,
            "stop": 1175476358
        },
        {
            "start": 1175476359,
            "stop": 1175476361
        },
        {
            "start": 1175476362,
            "stop": 1175478251
        },
        {
            "start": 1175478252,
            "stop": 1175478640
        }
    ]
}