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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=926",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=924",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 925,
    "results": [
        {
            "start": 869197547,
            "stop": 869206487
        },
        {
            "start": 869216494,
            "stop": 869221954
        },
        {
            "start": 869222104,
            "stop": 869226814
        },
        {
            "start": 869226986,
            "stop": 869227586
        },
        {
            "start": 869227787,
            "stop": 869230247
        },
        {
            "start": 869232628,
            "stop": 869232868
        },
        {
            "start": 869233007,
            "stop": 869233907
        },
        {
            "start": 869235668,
            "stop": 869237108
        },
        {
            "start": 869237323,
            "stop": 869244403
        },
        {
            "start": 869244612,
            "stop": 869245152
        },
        {
            "start": 869251968,
            "stop": 869253048
        },
        {
            "start": 869256965,
            "stop": 869257625
        },
        {
            "start": 869257829,
            "stop": 869258129
        },
        {
            "start": 869263790,
            "stop": 869265170
        },
        {
            "start": 869273216,
            "stop": 869280326
        },
        {
            "start": 869280476,
            "stop": 869282696
        },
        {
            "start": 869285061,
            "stop": 869286081
        },
        {
            "start": 869286300,
            "stop": 869287650
        },
        {
            "start": 869287740,
            "stop": 869287890
        },
        {
            "start": 869288040,
            "stop": 869297220
        }
    ]
}