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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4786",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4784",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4785,
    "results": [
        {
            "start": 874610289,
            "stop": 874610306
        },
        {
            "start": 874610335,
            "stop": 874610415
        },
        {
            "start": 874610444,
            "stop": 874610446
        },
        {
            "start": 874610474,
            "stop": 874610482
        },
        {
            "start": 874610501,
            "stop": 874610508
        },
        {
            "start": 874610527,
            "stop": 874610565
        },
        {
            "start": 874610586,
            "stop": 874610608
        },
        {
            "start": 874610630,
            "stop": 874610638
        },
        {
            "start": 874610657,
            "stop": 874610663
        },
        {
            "start": 874610708,
            "stop": 874610734
        },
        {
            "start": 874610781,
            "stop": 874610782
        },
        {
            "start": 874610801,
            "stop": 874610809
        },
        {
            "start": 874610857,
            "stop": 874610864
        },
        {
            "start": 874610900,
            "stop": 874610901
        },
        {
            "start": 874610959,
            "stop": 874610970
        },
        {
            "start": 874610989,
            "stop": 874611030
        },
        {
            "start": 874611049,
            "stop": 874611054
        },
        {
            "start": 874611073,
            "stop": 874611097
        },
        {
            "start": 874611116,
            "stop": 874611204
        },
        {
            "start": 874611223,
            "stop": 874611230
        }
    ]
}