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=3706
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=3707",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3705",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3706,
    "results": [
        {
            "start": 873251634,
            "stop": 873252391
        },
        {
            "start": 873252408,
            "stop": 873252459
        },
        {
            "start": 873252476,
            "stop": 873252506
        },
        {
            "start": 873252523,
            "stop": 873252565
        },
        {
            "start": 873252582,
            "stop": 873253321
        },
        {
            "start": 873253338,
            "stop": 873254262
        },
        {
            "start": 873254280,
            "stop": 873254367
        },
        {
            "start": 873254384,
            "stop": 873254410
        },
        {
            "start": 873254427,
            "stop": 873254616
        },
        {
            "start": 873254633,
            "stop": 873255269
        },
        {
            "start": 873255286,
            "stop": 873255520
        },
        {
            "start": 873255537,
            "stop": 873255669
        },
        {
            "start": 873255686,
            "stop": 873255688
        },
        {
            "start": 873255705,
            "stop": 873255953
        },
        {
            "start": 873255970,
            "stop": 873257049
        },
        {
            "start": 873257066,
            "stop": 873257129
        },
        {
            "start": 873257146,
            "stop": 873257280
        },
        {
            "start": 873257297,
            "stop": 873257302
        },
        {
            "start": 873257320,
            "stop": 873257321
        },
        {
            "start": 873257338,
            "stop": 873257944
        }
    ]
}