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=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=30",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 31,
    "results": [
        {
            "start": 931078331,
            "stop": 931078333
        },
        {
            "start": 931078334,
            "stop": 931078342
        },
        {
            "start": 931078343,
            "stop": 931078348
        },
        {
            "start": 931078349,
            "stop": 931078351
        },
        {
            "start": 931078352,
            "stop": 931078356
        },
        {
            "start": 931078357,
            "stop": 931078358
        },
        {
            "start": 931078365,
            "stop": 931078366
        },
        {
            "start": 931078367,
            "stop": 931078368
        },
        {
            "start": 931078370,
            "stop": 931078372
        },
        {
            "start": 931078373,
            "stop": 931078375
        },
        {
            "start": 931078377,
            "stop": 931078378
        },
        {
            "start": 931078381,
            "stop": 931078384
        },
        {
            "start": 931078385,
            "stop": 931078388
        },
        {
            "start": 931078389,
            "stop": 931078395
        },
        {
            "start": 931078396,
            "stop": 931078398
        },
        {
            "start": 931078399,
            "stop": 931078417
        },
        {
            "start": 931078421,
            "stop": 931078422
        },
        {
            "start": 931078516,
            "stop": 931078518
        },
        {
            "start": 931078524,
            "stop": 931078525
        },
        {
            "start": 931078526,
            "stop": 931078534
        }
    ]
}