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=126
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=127",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=125",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 126,
    "results": [
        {
            "start": 1239490605,
            "stop": 1239490644
        },
        {
            "start": 1239490647,
            "stop": 1239491090
        },
        {
            "start": 1239497816,
            "stop": 1239499133
        },
        {
            "start": 1239499136,
            "stop": 1239499995
        },
        {
            "start": 1239499998,
            "stop": 1239501898
        },
        {
            "start": 1239501901,
            "stop": 1239501924
        },
        {
            "start": 1239501927,
            "stop": 1239502455
        },
        {
            "start": 1239515967,
            "stop": 1239516119
        },
        {
            "start": 1239516121,
            "stop": 1239517714
        },
        {
            "start": 1239517715,
            "stop": 1239519502
        },
        {
            "start": 1239519503,
            "stop": 1239519597
        },
        {
            "start": 1239519600,
            "stop": 1239520291
        },
        {
            "start": 1239520294,
            "stop": 1239520396
        },
        {
            "start": 1239520397,
            "stop": 1239520399
        },
        {
            "start": 1239520400,
            "stop": 1239520545
        },
        {
            "start": 1239520546,
            "stop": 1239520573
        },
        {
            "start": 1239520574,
            "stop": 1239520577
        },
        {
            "start": 1239520578,
            "stop": 1239520650
        },
        {
            "start": 1239520651,
            "stop": 1239520653
        },
        {
            "start": 1239520654,
            "stop": 1239520855
        }
    ]
}