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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=741",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=739",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 740,
    "results": [
        {
            "start": 1249040067,
            "stop": 1249040070
        },
        {
            "start": 1249040072,
            "stop": 1249040119
        },
        {
            "start": 1249040120,
            "stop": 1249040188
        },
        {
            "start": 1249040189,
            "stop": 1249040193
        },
        {
            "start": 1249040194,
            "stop": 1249040195
        },
        {
            "start": 1249040197,
            "stop": 1249040207
        },
        {
            "start": 1249040209,
            "stop": 1249040283
        },
        {
            "start": 1249040286,
            "stop": 1249040363
        },
        {
            "start": 1249040365,
            "stop": 1249040393
        },
        {
            "start": 1249040394,
            "stop": 1249040499
        },
        {
            "start": 1249040500,
            "stop": 1249040849
        },
        {
            "start": 1249040852,
            "stop": 1249040953
        },
        {
            "start": 1249040954,
            "stop": 1249041164
        },
        {
            "start": 1249041166,
            "stop": 1249041177
        },
        {
            "start": 1249041178,
            "stop": 1249041181
        },
        {
            "start": 1249041183,
            "stop": 1249041266
        },
        {
            "start": 1249041267,
            "stop": 1249041278
        },
        {
            "start": 1249041280,
            "stop": 1249041418
        },
        {
            "start": 1249041422,
            "stop": 1249041752
        },
        {
            "start": 1249041756,
            "stop": 1249046940
        }
    ]
}