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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1693",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1691",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1692,
    "results": [
        {
            "start": 1249000832,
            "stop": 1249000854
        },
        {
            "start": 1249000855,
            "stop": 1249000856
        },
        {
            "start": 1249000857,
            "stop": 1249000860
        },
        {
            "start": 1249000862,
            "stop": 1249000865
        },
        {
            "start": 1249000868,
            "stop": 1249000869
        },
        {
            "start": 1249000871,
            "stop": 1249000872
        },
        {
            "start": 1249000873,
            "stop": 1249002026
        },
        {
            "start": 1249002031,
            "stop": 1249002041
        },
        {
            "start": 1249002043,
            "stop": 1249002047
        },
        {
            "start": 1249002049,
            "stop": 1249002329
        },
        {
            "start": 1249002332,
            "stop": 1249002472
        },
        {
            "start": 1249002475,
            "stop": 1249002636
        },
        {
            "start": 1249002639,
            "stop": 1249003383
        },
        {
            "start": 1249003384,
            "stop": 1249003408
        },
        {
            "start": 1249003411,
            "stop": 1249003492
        },
        {
            "start": 1249003494,
            "stop": 1249003497
        },
        {
            "start": 1249003498,
            "stop": 1249003502
        },
        {
            "start": 1249003504,
            "stop": 1249003506
        },
        {
            "start": 1249003538,
            "stop": 1249003541
        },
        {
            "start": 1249003545,
            "stop": 1249003549
        }
    ]
}