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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=405",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=403",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 404,
    "results": [
        {
            "start": 824866073,
            "stop": 824866075
        },
        {
            "start": 824866550,
            "stop": 824866571
        },
        {
            "start": 824866871,
            "stop": 824867657
        },
        {
            "start": 824867699,
            "stop": 824867799
        },
        {
            "start": 824867823,
            "stop": 824867877
        },
        {
            "start": 824868213,
            "stop": 824868881
        },
        {
            "start": 824868991,
            "stop": 824869137
        },
        {
            "start": 824869156,
            "stop": 824869287
        },
        {
            "start": 824869587,
            "stop": 824870551
        },
        {
            "start": 824870568,
            "stop": 824870666
        },
        {
            "start": 824870713,
            "stop": 824871017
        },
        {
            "start": 824871317,
            "stop": 824871569
        },
        {
            "start": 824871909,
            "stop": 824871998
        },
        {
            "start": 824872017,
            "stop": 824872055
        },
        {
            "start": 824872074,
            "stop": 824872110
        },
        {
            "start": 824872129,
            "stop": 824872291
        },
        {
            "start": 824872314,
            "stop": 824872483
        },
        {
            "start": 824877444,
            "stop": 824877569
        },
        {
            "start": 824877679,
            "stop": 824878030
        },
        {
            "start": 824878062,
            "stop": 824878327
        }
    ]
}