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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=353",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 354,
    "results": [
        {
            "start": 871329088,
            "stop": 871329118
        },
        {
            "start": 871329122,
            "stop": 871329984
        },
        {
            "start": 871329988,
            "stop": 871329994
        },
        {
            "start": 871329998,
            "stop": 871330009
        },
        {
            "start": 871330012,
            "stop": 871335123
        },
        {
            "start": 871341249,
            "stop": 871342726
        },
        {
            "start": 871342729,
            "stop": 871342735
        },
        {
            "start": 871342739,
            "stop": 871342808
        },
        {
            "start": 871342812,
            "stop": 871352642
        },
        {
            "start": 871354651,
            "stop": 871356208
        },
        {
            "start": 871357267,
            "stop": 871392567
        },
        {
            "start": 871393625,
            "stop": 871404337
        },
        {
            "start": 871405421,
            "stop": 871409375
        },
        {
            "start": 871410188,
            "stop": 871414292
        },
        {
            "start": 871418972,
            "stop": 871423465
        },
        {
            "start": 871427414,
            "stop": 871441420
        },
        {
            "start": 871445033,
            "stop": 871499595
        },
        {
            "start": 871499599,
            "stop": 871522439
        },
        {
            "start": 871523693,
            "stop": 871590251
        },
        {
            "start": 871592461,
            "stop": 871597069
        }
    ]
}