Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=821
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=822",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=820",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 821,
    "results": [
        {
            "start": 862854979,
            "stop": 862855039
        },
        {
            "start": 862855099,
            "stop": 862855339
        },
        {
            "start": 862861390,
            "stop": 862863130
        },
        {
            "start": 862863291,
            "stop": 862867671
        },
        {
            "start": 862867973,
            "stop": 862868753
        },
        {
            "start": 862868897,
            "stop": 862869917
        },
        {
            "start": 862873593,
            "stop": 862875093
        },
        {
            "start": 862875241,
            "stop": 862877281
        },
        {
            "start": 862878735,
            "stop": 862879995
        },
        {
            "start": 862881105,
            "stop": 862883085
        },
        {
            "start": 862883981,
            "stop": 862887821
        },
        {
            "start": 862887971,
            "stop": 862888661
        },
        {
            "start": 862888798,
            "stop": 862889758
        },
        {
            "start": 862889906,
            "stop": 862891106
        },
        {
            "start": 862891337,
            "stop": 862895057
        },
        {
            "start": 862895222,
            "stop": 862896902
        },
        {
            "start": 862897615,
            "stop": 862898515
        },
        {
            "start": 862900025,
            "stop": 862900745
        },
        {
            "start": 862903261,
            "stop": 862906261
        },
        {
            "start": 862907852,
            "stop": 862909652
        }
    ]
}