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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=715",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=713",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 714,
    "results": [
        {
            "start": 1267083400,
            "stop": 1267084652
        },
        {
            "start": 1267084654,
            "stop": 1267085510
        },
        {
            "start": 1267085511,
            "stop": 1267087565
        },
        {
            "start": 1267087569,
            "stop": 1267088508
        },
        {
            "start": 1267088513,
            "stop": 1267093006
        },
        {
            "start": 1267093007,
            "stop": 1267095539
        },
        {
            "start": 1267095541,
            "stop": 1267096702
        },
        {
            "start": 1267096706,
            "stop": 1267097122
        },
        {
            "start": 1267097123,
            "stop": 1267097588
        },
        {
            "start": 1267097592,
            "stop": 1267099100
        },
        {
            "start": 1267099101,
            "stop": 1267099710
        },
        {
            "start": 1267099713,
            "stop": 1267100192
        },
        {
            "start": 1267100194,
            "stop": 1267101471
        },
        {
            "start": 1267101475,
            "stop": 1267107685
        },
        {
            "start": 1267107689,
            "stop": 1267108814
        },
        {
            "start": 1267108819,
            "stop": 1267110732
        },
        {
            "start": 1267110736,
            "stop": 1267110921
        },
        {
            "start": 1267110923,
            "stop": 1267113991
        },
        {
            "start": 1267113994,
            "stop": 1267116839
        },
        {
            "start": 1267116843,
            "stop": 1267119262
        }
    ]
}