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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=334",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 335,
    "results": [
        {
            "start": 931782489,
            "stop": 931782491
        },
        {
            "start": 931784402,
            "stop": 931784461
        },
        {
            "start": 931784462,
            "stop": 931784891
        },
        {
            "start": 931784951,
            "stop": 931784981
        },
        {
            "start": 931784982,
            "stop": 931785279
        },
        {
            "start": 931785280,
            "stop": 931785581
        },
        {
            "start": 931785582,
            "stop": 931785767
        },
        {
            "start": 931785768,
            "stop": 931786142
        },
        {
            "start": 931786144,
            "stop": 931786164
        },
        {
            "start": 931786165,
            "stop": 931786279
        },
        {
            "start": 931786281,
            "stop": 931786537
        },
        {
            "start": 931786538,
            "stop": 931786693
        },
        {
            "start": 931786694,
            "stop": 931786818
        },
        {
            "start": 931786819,
            "stop": 931786820
        },
        {
            "start": 931786822,
            "stop": 931787079
        },
        {
            "start": 931787080,
            "stop": 931787149
        },
        {
            "start": 931787151,
            "stop": 931787161
        },
        {
            "start": 931787162,
            "stop": 931787199
        },
        {
            "start": 931787200,
            "stop": 931787215
        },
        {
            "start": 931787217,
            "stop": 931787235
        }
    ]
}