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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=313",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 314,
    "results": [
        {
            "start": 1240586628,
            "stop": 1240586640
        },
        {
            "start": 1240586641,
            "stop": 1240586667
        },
        {
            "start": 1240586670,
            "stop": 1240586679
        },
        {
            "start": 1240586680,
            "stop": 1240586705
        },
        {
            "start": 1240586709,
            "stop": 1240586780
        },
        {
            "start": 1240586783,
            "stop": 1240586784
        },
        {
            "start": 1240586785,
            "stop": 1240586786
        },
        {
            "start": 1240586787,
            "stop": 1240586820
        },
        {
            "start": 1240586821,
            "stop": 1240586980
        },
        {
            "start": 1240586983,
            "stop": 1240587003
        },
        {
            "start": 1240587004,
            "stop": 1240587016
        },
        {
            "start": 1240587017,
            "stop": 1240587039
        },
        {
            "start": 1240587040,
            "stop": 1240587062
        },
        {
            "start": 1240587065,
            "stop": 1240587092
        },
        {
            "start": 1240587096,
            "stop": 1240587116
        },
        {
            "start": 1240587118,
            "stop": 1240587125
        },
        {
            "start": 1240587126,
            "stop": 1240587371
        },
        {
            "start": 1240587372,
            "stop": 1240587378
        },
        {
            "start": 1240587379,
            "stop": 1240587390
        },
        {
            "start": 1240587391,
            "stop": 1240587395
        }
    ]
}