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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=316",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 317,
    "results": [
        {
            "start": 871253049,
            "stop": 871257120
        },
        {
            "start": 871270578,
            "stop": 871272614
        },
        {
            "start": 871274331,
            "stop": 871277302
        },
        {
            "start": 871278281,
            "stop": 871289546
        },
        {
            "start": 871291268,
            "stop": 871293899
        },
        {
            "start": 871295223,
            "stop": 871300068
        },
        {
            "start": 871302161,
            "stop": 871312966
        },
        {
            "start": 871313815,
            "stop": 871320695
        },
        {
            "start": 871320696,
            "stop": 871329513
        },
        {
            "start": 871329517,
            "stop": 871335123
        },
        {
            "start": 871341249,
            "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": 871522439
        },
        {
            "start": 871523693,
            "stop": 871590251
        }
    ]
}