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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33069",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33067",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33068,
    "results": [
        {
            "start": 970462705,
            "stop": 970462706
        },
        {
            "start": 970462709,
            "stop": 970462710
        },
        {
            "start": 970462742,
            "stop": 970462744
        },
        {
            "start": 970462750,
            "stop": 970462751
        },
        {
            "start": 970462804,
            "stop": 970462805
        },
        {
            "start": 970462814,
            "stop": 970462815
        },
        {
            "start": 970462829,
            "stop": 970462830
        },
        {
            "start": 970462842,
            "stop": 970462843
        },
        {
            "start": 970462855,
            "stop": 970462856
        },
        {
            "start": 970462858,
            "stop": 970462860
        },
        {
            "start": 970462897,
            "stop": 970462898
        },
        {
            "start": 970462902,
            "stop": 970462903
        },
        {
            "start": 970462928,
            "stop": 970462930
        },
        {
            "start": 970462949,
            "stop": 970462951
        },
        {
            "start": 970462953,
            "stop": 970462954
        },
        {
            "start": 970462958,
            "stop": 970462959
        },
        {
            "start": 970462970,
            "stop": 970462971
        },
        {
            "start": 970462991,
            "stop": 970462993
        },
        {
            "start": 970462994,
            "stop": 970462995
        },
        {
            "start": 970463051,
            "stop": 970463053
        }
    ]
}