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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=263",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 264,
    "results": [
        {
            "start": 1178192686,
            "stop": 1178192690
        },
        {
            "start": 1178192692,
            "stop": 1178192693
        },
        {
            "start": 1178192694,
            "stop": 1178192786
        },
        {
            "start": 1178192787,
            "stop": 1178192789
        },
        {
            "start": 1178192793,
            "stop": 1178193194
        },
        {
            "start": 1178193196,
            "stop": 1178193202
        },
        {
            "start": 1178193203,
            "stop": 1178193205
        },
        {
            "start": 1178193207,
            "stop": 1178193341
        },
        {
            "start": 1178193344,
            "stop": 1178193346
        },
        {
            "start": 1178193348,
            "stop": 1178193421
        },
        {
            "start": 1178193422,
            "stop": 1178193840
        },
        {
            "start": 1178196472,
            "stop": 1178199516
        },
        {
            "start": 1178199517,
            "stop": 1178199731
        },
        {
            "start": 1178199732,
            "stop": 1178199735
        },
        {
            "start": 1178199736,
            "stop": 1178199761
        },
        {
            "start": 1178199762,
            "stop": 1178199903
        },
        {
            "start": 1178199907,
            "stop": 1178199908
        },
        {
            "start": 1178199909,
            "stop": 1178199913
        },
        {
            "start": 1178199915,
            "stop": 1178199927
        },
        {
            "start": 1178199928,
            "stop": 1178199930
        }
    ]
}