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=1823
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=1824",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1822",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1823,
    "results": [
        {
            "start": 1250312675,
            "stop": 1250312755
        },
        {
            "start": 1250312758,
            "stop": 1250313661
        },
        {
            "start": 1250313665,
            "stop": 1250314617
        },
        {
            "start": 1250314620,
            "stop": 1250315519
        },
        {
            "start": 1250315522,
            "stop": 1250317519
        },
        {
            "start": 1250317522,
            "stop": 1250318078
        },
        {
            "start": 1250318081,
            "stop": 1250319614
        },
        {
            "start": 1250319622,
            "stop": 1250320273
        },
        {
            "start": 1250320275,
            "stop": 1250322095
        },
        {
            "start": 1250322098,
            "stop": 1250322283
        },
        {
            "start": 1250322286,
            "stop": 1250323018
        },
        {
            "start": 1250323021,
            "stop": 1250323467
        },
        {
            "start": 1250323470,
            "stop": 1250324993
        },
        {
            "start": 1250324996,
            "stop": 1250325309
        },
        {
            "start": 1250325312,
            "stop": 1250325763
        },
        {
            "start": 1250325766,
            "stop": 1250325970
        },
        {
            "start": 1250325973,
            "stop": 1250326206
        },
        {
            "start": 1250326209,
            "stop": 1250326214
        },
        {
            "start": 1250326217,
            "stop": 1250326224
        },
        {
            "start": 1250326227,
            "stop": 1250326229
        }
    ]
}