Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=58
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=57",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 58,
    "results": [
        {
            "start": 931083338,
            "stop": 931083342
        },
        {
            "start": 931083343,
            "stop": 931083344
        },
        {
            "start": 931083345,
            "stop": 931083347
        },
        {
            "start": 931083349,
            "stop": 931083352
        },
        {
            "start": 931083353,
            "stop": 931083354
        },
        {
            "start": 931083355,
            "stop": 931083356
        },
        {
            "start": 931083358,
            "stop": 931083363
        },
        {
            "start": 931083365,
            "stop": 931083367
        },
        {
            "start": 931083370,
            "stop": 931083379
        },
        {
            "start": 931083381,
            "stop": 931083382
        },
        {
            "start": 931083383,
            "stop": 931083386
        },
        {
            "start": 931083388,
            "stop": 931083390
        },
        {
            "start": 931083394,
            "stop": 931083396
        },
        {
            "start": 931083397,
            "stop": 931083399
        },
        {
            "start": 931083400,
            "stop": 931083401
        },
        {
            "start": 931083402,
            "stop": 931083405
        },
        {
            "start": 931083406,
            "stop": 931083408
        },
        {
            "start": 931083410,
            "stop": 931083412
        },
        {
            "start": 931083413,
            "stop": 931083415
        },
        {
            "start": 931083418,
            "stop": 931083421
        }
    ]
}