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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=256",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 257,
    "results": [
        {
            "start": 962882799,
            "stop": 962910545
        },
        {
            "start": 962910548,
            "stop": 962913604
        },
        {
            "start": 962913607,
            "stop": 962913609
        },
        {
            "start": 962913616,
            "stop": 962927066
        },
        {
            "start": 962933779,
            "stop": 962933878
        },
        {
            "start": 962933881,
            "stop": 962934784
        },
        {
            "start": 962934787,
            "stop": 962934895
        },
        {
            "start": 962934899,
            "stop": 962934902
        },
        {
            "start": 962934915,
            "stop": 962934930
        },
        {
            "start": 962934935,
            "stop": 962934943
        },
        {
            "start": 962934946,
            "stop": 962934959
        },
        {
            "start": 962934964,
            "stop": 962934973
        },
        {
            "start": 962934975,
            "stop": 962934986
        },
        {
            "start": 962934992,
            "stop": 962935002
        },
        {
            "start": 962935006,
            "stop": 962935080
        },
        {
            "start": 962935083,
            "stop": 962935087
        },
        {
            "start": 962935113,
            "stop": 962935117
        },
        {
            "start": 962935122,
            "stop": 962935123
        },
        {
            "start": 962935127,
            "stop": 962935209
        },
        {
            "start": 962935216,
            "stop": 962935356
        }
    ]
}