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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=118",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 119,
    "results": [
        {
            "start": 953231953,
            "stop": 953231996
        },
        {
            "start": 953232000,
            "stop": 953232018
        },
        {
            "start": 953232022,
            "stop": 953232062
        },
        {
            "start": 953232067,
            "stop": 953232075
        },
        {
            "start": 953232081,
            "stop": 953232157
        },
        {
            "start": 953236586,
            "stop": 953236812
        },
        {
            "start": 953236815,
            "stop": 953236818
        },
        {
            "start": 953236821,
            "stop": 953236971
        },
        {
            "start": 953236976,
            "stop": 953237372
        },
        {
            "start": 953237378,
            "stop": 953237398
        },
        {
            "start": 953237403,
            "stop": 953237461
        },
        {
            "start": 953237469,
            "stop": 953237477
        },
        {
            "start": 953237490,
            "stop": 953237505
        },
        {
            "start": 953237508,
            "stop": 953237510
        },
        {
            "start": 953237512,
            "stop": 953237519
        },
        {
            "start": 953237522,
            "stop": 953237530
        },
        {
            "start": 953237533,
            "stop": 953237571
        },
        {
            "start": 953237581,
            "stop": 953237656
        },
        {
            "start": 953237658,
            "stop": 953237662
        },
        {
            "start": 953237668,
            "stop": 953237685
        }
    ]
}