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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7531",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7529",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7530,
    "results": [
        {
            "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
        },
        {
            "start": 970395613,
            "stop": 970395659
        },
        {
            "start": 970395668,
            "stop": 970395675
        },
        {
            "start": 970395678,
            "stop": 970395748
        },
        {
            "start": 970395751,
            "stop": 970395760
        },
        {
            "start": 970395763,
            "stop": 970395780
        }
    ]
}