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=1808
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=1809",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1807",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1808,
    "results": [
        {
            "start": 1250019921,
            "stop": 1250019922
        },
        {
            "start": 1250019925,
            "stop": 1250019933
        },
        {
            "start": 1250019940,
            "stop": 1250020744
        },
        {
            "start": 1250031072,
            "stop": 1250031755
        },
        {
            "start": 1250031758,
            "stop": 1250033010
        },
        {
            "start": 1250033012,
            "stop": 1250033462
        },
        {
            "start": 1250033465,
            "stop": 1250033531
        },
        {
            "start": 1250033533,
            "stop": 1250034674
        },
        {
            "start": 1250034682,
            "stop": 1250035228
        },
        {
            "start": 1250035229,
            "stop": 1250036232
        },
        {
            "start": 1250036235,
            "stop": 1250037762
        },
        {
            "start": 1250037763,
            "stop": 1250038159
        },
        {
            "start": 1250038161,
            "stop": 1250038701
        },
        {
            "start": 1250038703,
            "stop": 1250039183
        },
        {
            "start": 1250039184,
            "stop": 1250039185
        },
        {
            "start": 1250039186,
            "stop": 1250039454
        },
        {
            "start": 1250039456,
            "stop": 1250040048
        },
        {
            "start": 1250040050,
            "stop": 1250040385
        },
        {
            "start": 1250040388,
            "stop": 1250040703
        },
        {
            "start": 1250040711,
            "stop": 1250040885
        }
    ]
}