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=1010
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=1011",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1009",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1010,
    "results": [
        {
            "start": 873505448,
            "stop": 873506078
        },
        {
            "start": 873506108,
            "stop": 873506678
        },
        {
            "start": 873506832,
            "stop": 873507072
        },
        {
            "start": 873510996,
            "stop": 873511146
        },
        {
            "start": 873511476,
            "stop": 873512976
        },
        {
            "start": 873513140,
            "stop": 873513920
        },
        {
            "start": 873514070,
            "stop": 873514250
        },
        {
            "start": 873514340,
            "stop": 873515120
        },
        {
            "start": 873515336,
            "stop": 873515816
        },
        {
            "start": 873518625,
            "stop": 873520455
        },
        {
            "start": 873520602,
            "stop": 873521262
        },
        {
            "start": 873521429,
            "stop": 873522089
        },
        {
            "start": 873522254,
            "stop": 873524114
        },
        {
            "start": 873524413,
            "stop": 873526033
        },
        {
            "start": 873526181,
            "stop": 873527201
        },
        {
            "start": 873527231,
            "stop": 873530141
        },
        {
            "start": 873530291,
            "stop": 873532181
        },
        {
            "start": 873532340,
            "stop": 873532460
        },
        {
            "start": 873532608,
            "stop": 873532908
        },
        {
            "start": 873532998,
            "stop": 873533148
        }
    ]
}