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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7515",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7513",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7514,
    "results": [
        {
            "start": 970393777,
            "stop": 970393835
        },
        {
            "start": 970393838,
            "stop": 970394060
        },
        {
            "start": 970394063,
            "stop": 970394071
        },
        {
            "start": 970394074,
            "stop": 970394339
        },
        {
            "start": 970394342,
            "stop": 970394460
        },
        {
            "start": 970394463,
            "stop": 970394537
        },
        {
            "start": 970394540,
            "stop": 970394588
        },
        {
            "start": 970394591,
            "stop": 970394666
        },
        {
            "start": 970394837,
            "stop": 970394854
        },
        {
            "start": 970394857,
            "stop": 970394987
        },
        {
            "start": 970394990,
            "stop": 970394996
        },
        {
            "start": 970394999,
            "stop": 970395153
        },
        {
            "start": 970395159,
            "stop": 970395176
        },
        {
            "start": 970395186,
            "stop": 970395210
        },
        {
            "start": 970395216,
            "stop": 970395275
        },
        {
            "start": 970395278,
            "stop": 970395371
        },
        {
            "start": 970395374,
            "stop": 970395421
        },
        {
            "start": 970395428,
            "stop": 970395438
        },
        {
            "start": 970395441,
            "stop": 970395491
        },
        {
            "start": 970395494,
            "stop": 970395610
        }
    ]
}