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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1681",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1679",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1680,
    "results": [
        {
            "start": 957467291,
            "stop": 957467309
        },
        {
            "start": 957467728,
            "stop": 957469214
        },
        {
            "start": 957469216,
            "stop": 957469271
        },
        {
            "start": 957469273,
            "stop": 957469519
        },
        {
            "start": 957469521,
            "stop": 957470073
        },
        {
            "start": 957470075,
            "stop": 957470562
        },
        {
            "start": 957470564,
            "stop": 957470792
        },
        {
            "start": 957470794,
            "stop": 957470833
        },
        {
            "start": 957470835,
            "stop": 957471051
        },
        {
            "start": 957471053,
            "stop": 957471112
        },
        {
            "start": 957472306,
            "stop": 957473362
        },
        {
            "start": 957473364,
            "stop": 957473528
        },
        {
            "start": 957473530,
            "stop": 957473800
        },
        {
            "start": 957473802,
            "stop": 957473882
        },
        {
            "start": 957473884,
            "stop": 957473957
        },
        {
            "start": 957473959,
            "stop": 957474206
        },
        {
            "start": 957474208,
            "stop": 957474876
        },
        {
            "start": 957474878,
            "stop": 957475149
        },
        {
            "start": 957475150,
            "stop": 957475739
        },
        {
            "start": 957475742,
            "stop": 957476265
        }
    ]
}