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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1925",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1923",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1924,
    "results": [
        {
            "start": 1252100441,
            "stop": 1252100710
        },
        {
            "start": 1252100713,
            "stop": 1252100719
        },
        {
            "start": 1252100722,
            "stop": 1252102650
        },
        {
            "start": 1252102651,
            "stop": 1252102673
        },
        {
            "start": 1252102675,
            "stop": 1252104121
        },
        {
            "start": 1252104124,
            "stop": 1252104999
        },
        {
            "start": 1252105002,
            "stop": 1252106582
        },
        {
            "start": 1252106584,
            "stop": 1252108774
        },
        {
            "start": 1252108777,
            "stop": 1252108816
        },
        {
            "start": 1252108817,
            "stop": 1252108942
        },
        {
            "start": 1252108945,
            "stop": 1252109205
        },
        {
            "start": 1252109206,
            "stop": 1252109248
        },
        {
            "start": 1252109249,
            "stop": 1252109962
        },
        {
            "start": 1252109963,
            "stop": 1252110224
        },
        {
            "start": 1252110227,
            "stop": 1252113919
        },
        {
            "start": 1252113922,
            "stop": 1252115917
        },
        {
            "start": 1252115919,
            "stop": 1252116403
        },
        {
            "start": 1252116406,
            "stop": 1252117980
        },
        {
            "start": 1252117983,
            "stop": 1252119037
        },
        {
            "start": 1252119038,
            "stop": 1252121616
        }
    ]
}