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=992
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=993",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=991",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 992,
    "results": [
        {
            "start": 872868117,
            "stop": 872869377
        },
        {
            "start": 872869527,
            "stop": 872871807
        },
        {
            "start": 872873497,
            "stop": 872873737
        },
        {
            "start": 872877237,
            "stop": 872877537
        },
        {
            "start": 872877677,
            "stop": 872878217
        },
        {
            "start": 872878431,
            "stop": 872880711
        },
        {
            "start": 872881034,
            "stop": 872881694
        },
        {
            "start": 872882018,
            "stop": 872885678
        },
        {
            "start": 872888964,
            "stop": 872892024
        },
        {
            "start": 872892215,
            "stop": 872894615
        },
        {
            "start": 872896316,
            "stop": 872907296
        },
        {
            "start": 872907508,
            "stop": 872910988
        },
        {
            "start": 872911146,
            "stop": 872915346
        },
        {
            "start": 872921696,
            "stop": 872925716
        },
        {
            "start": 872927216,
            "stop": 872933576
        },
        {
            "start": 872933752,
            "stop": 872936512
        },
        {
            "start": 872936748,
            "stop": 872938248
        },
        {
            "start": 872939548,
            "stop": 872944348
        },
        {
            "start": 872944806,
            "stop": 872945286
        },
        {
            "start": 872973886,
            "stop": 872974126
        }
    ]
}