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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=95",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 96,
    "results": [
        {
            "start": 1411796904,
            "stop": 1411802186
        },
        {
            "start": 1411802189,
            "stop": 1411809771
        },
        {
            "start": 1411809776,
            "stop": 1411809797
        },
        {
            "start": 1411815497,
            "stop": 1411818172
        },
        {
            "start": 1411818177,
            "stop": 1411820109
        },
        {
            "start": 1411820114,
            "stop": 1411824442
        },
        {
            "start": 1411875505,
            "stop": 1411875839
        },
        {
            "start": 1411880797,
            "stop": 1411882045
        },
        {
            "start": 1411885475,
            "stop": 1411886842
        },
        {
            "start": 1411886847,
            "stop": 1411887816
        },
        {
            "start": 1411887821,
            "stop": 1411900077
        },
        {
            "start": 1411905963,
            "stop": 1411911947
        },
        {
            "start": 1411918770,
            "stop": 1411920189
        },
        {
            "start": 1411923844,
            "stop": 1411924730
        },
        {
            "start": 1411924735,
            "stop": 1411925537
        },
        {
            "start": 1411925542,
            "stop": 1411926434
        },
        {
            "start": 1411926439,
            "stop": 1411927764
        },
        {
            "start": 1411927768,
            "stop": 1411928190
        },
        {
            "start": 1411928195,
            "stop": 1411928682
        },
        {
            "start": 1411928788,
            "stop": 1411928941
        }
    ]
}