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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=317",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 318,
    "results": [
        {
            "start": 868140793,
            "stop": 868142817
        },
        {
            "start": 868143177,
            "stop": 868144278
        },
        {
            "start": 868144582,
            "stop": 868144588
        },
        {
            "start": 868144898,
            "stop": 868162679
        },
        {
            "start": 868162809,
            "stop": 868213011
        },
        {
            "start": 868213121,
            "stop": 868214381
        },
        {
            "start": 868215016,
            "stop": 868216102
        },
        {
            "start": 868221995,
            "stop": 868222269
        },
        {
            "start": 868222569,
            "stop": 868223100
        },
        {
            "start": 868223247,
            "stop": 868223700
        },
        {
            "start": 868223872,
            "stop": 868224105
        },
        {
            "start": 868228889,
            "stop": 868232416
        },
        {
            "start": 868232828,
            "stop": 868236156
        },
        {
            "start": 868236456,
            "stop": 868236610
        },
        {
            "start": 868236939,
            "stop": 868247399
        },
        {
            "start": 868248566,
            "stop": 868253427
        },
        {
            "start": 868254980,
            "stop": 868255170
        },
        {
            "start": 868255470,
            "stop": 868262358
        },
        {
            "start": 868264018,
            "stop": 868300511
        },
        {
            "start": 868301369,
            "stop": 868301406
        }
    ]
}