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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=81",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 82,
    "results": [
        {
            "start": 1126543745,
            "stop": 1126543748
        },
        {
            "start": 1126543750,
            "stop": 1126543804
        },
        {
            "start": 1126543806,
            "stop": 1126543988
        },
        {
            "start": 1126543990,
            "stop": 1126544247
        },
        {
            "start": 1126544249,
            "stop": 1126544253
        },
        {
            "start": 1126544255,
            "stop": 1126544282
        },
        {
            "start": 1126544284,
            "stop": 1126544339
        },
        {
            "start": 1126544340,
            "stop": 1126544385
        },
        {
            "start": 1126544386,
            "stop": 1126544485
        },
        {
            "start": 1126544487,
            "stop": 1126544491
        },
        {
            "start": 1126544493,
            "stop": 1126544519
        },
        {
            "start": 1126544521,
            "stop": 1126544571
        },
        {
            "start": 1126544573,
            "stop": 1126544579
        },
        {
            "start": 1126544581,
            "stop": 1126544633
        },
        {
            "start": 1126544635,
            "stop": 1126544642
        },
        {
            "start": 1126545529,
            "stop": 1126545608
        },
        {
            "start": 1126545609,
            "stop": 1126545640
        },
        {
            "start": 1126545642,
            "stop": 1126545686
        },
        {
            "start": 1126545688,
            "stop": 1126545718
        },
        {
            "start": 1126545719,
            "stop": 1126545768
        }
    ]
}