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=1843
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=1844",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1842",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1843,
    "results": [
        {
            "start": 1250488985,
            "stop": 1250489093
        },
        {
            "start": 1250489094,
            "stop": 1250489107
        },
        {
            "start": 1250489110,
            "stop": 1250489112
        },
        {
            "start": 1250489116,
            "stop": 1250489939
        },
        {
            "start": 1250489942,
            "stop": 1250490018
        },
        {
            "start": 1250490021,
            "stop": 1250490326
        },
        {
            "start": 1250490329,
            "stop": 1250490899
        },
        {
            "start": 1250490900,
            "stop": 1250491108
        },
        {
            "start": 1250491109,
            "stop": 1250491173
        },
        {
            "start": 1250491176,
            "stop": 1250491329
        },
        {
            "start": 1250491330,
            "stop": 1250491474
        },
        {
            "start": 1250491478,
            "stop": 1250491531
        },
        {
            "start": 1250491533,
            "stop": 1250493076
        },
        {
            "start": 1250493084,
            "stop": 1250493142
        },
        {
            "start": 1250493143,
            "stop": 1250493762
        },
        {
            "start": 1250493764,
            "stop": 1250493875
        },
        {
            "start": 1250493877,
            "stop": 1250494008
        },
        {
            "start": 1250494012,
            "stop": 1250494013
        },
        {
            "start": 1250494014,
            "stop": 1250494765
        },
        {
            "start": 1250494768,
            "stop": 1250495356
        }
    ]
}