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=966
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=967",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=965",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 966,
    "results": [
        {
            "start": 872048515,
            "stop": 872048995
        },
        {
            "start": 872050909,
            "stop": 872065609
        },
        {
            "start": 872065757,
            "stop": 872065817
        },
        {
            "start": 872066843,
            "stop": 872069003
        },
        {
            "start": 872069217,
            "stop": 872075517
        },
        {
            "start": 872075805,
            "stop": 872081325
        },
        {
            "start": 872081525,
            "stop": 872081825
        },
        {
            "start": 872081993,
            "stop": 872083643
        },
        {
            "start": 872083793,
            "stop": 872084093
        },
        {
            "start": 872084502,
            "stop": 872085462
        },
        {
            "start": 872085693,
            "stop": 872086053
        },
        {
            "start": 872087868,
            "stop": 872088168
        },
        {
            "start": 872088258,
            "stop": 872089968
        },
        {
            "start": 872090102,
            "stop": 872091302
        },
        {
            "start": 872091435,
            "stop": 872091495
        },
        {
            "start": 872091649,
            "stop": 872092789
        },
        {
            "start": 872094517,
            "stop": 872094757
        },
        {
            "start": 872094917,
            "stop": 872095157
        },
        {
            "start": 872095318,
            "stop": 872095498
        },
        {
            "start": 872095662,
            "stop": 872095782
        }
    ]
}