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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=128",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 129,
    "results": [
        {
            "start": 828193587,
            "stop": 828193589
        },
        {
            "start": 828229006,
            "stop": 828246222
        },
        {
            "start": 828257369,
            "stop": 828284926
        },
        {
            "start": 828340389,
            "stop": 828342784
        },
        {
            "start": 828347390,
            "stop": 828357913
        },
        {
            "start": 828357927,
            "stop": 828357928
        },
        {
            "start": 828360736,
            "stop": 828360913
        },
        {
            "start": 828364150,
            "stop": 828365293
        },
        {
            "start": 828365343,
            "stop": 828365344
        },
        {
            "start": 828365390,
            "stop": 828365427
        },
        {
            "start": 828365609,
            "stop": 828367855
        },
        {
            "start": 828440157,
            "stop": 828459058
        },
        {
            "start": 828459380,
            "stop": 828462073
        },
        {
            "start": 828513668,
            "stop": 828537202
        },
        {
            "start": 828537870,
            "stop": 828543547
        },
        {
            "start": 828589203,
            "stop": 828589617
        },
        {
            "start": 828589660,
            "stop": 828615880
        },
        {
            "start": 828618282,
            "stop": 828619872
        },
        {
            "start": 828705572,
            "stop": 828706019
        },
        {
            "start": 828706270,
            "stop": 828710113
        }
    ]
}