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=150
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=151",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=149",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 150,
    "results": [
        {
            "start": 1239757903,
            "stop": 1239757919
        },
        {
            "start": 1239757920,
            "stop": 1239757923
        },
        {
            "start": 1239757925,
            "stop": 1239757987
        },
        {
            "start": 1239757988,
            "stop": 1239757993
        },
        {
            "start": 1239757994,
            "stop": 1239758030
        },
        {
            "start": 1239758031,
            "stop": 1239758219
        },
        {
            "start": 1239758220,
            "stop": 1239758224
        },
        {
            "start": 1239758225,
            "stop": 1239758387
        },
        {
            "start": 1239758389,
            "stop": 1239758392
        },
        {
            "start": 1239758393,
            "stop": 1239758556
        },
        {
            "start": 1239758557,
            "stop": 1239758558
        },
        {
            "start": 1239758559,
            "stop": 1239758560
        },
        {
            "start": 1239758561,
            "stop": 1239758634
        },
        {
            "start": 1239758635,
            "stop": 1239758639
        },
        {
            "start": 1239758640,
            "stop": 1239758729
        },
        {
            "start": 1239758732,
            "stop": 1239758776
        },
        {
            "start": 1239758777,
            "stop": 1239758780
        },
        {
            "start": 1239758781,
            "stop": 1239758871
        },
        {
            "start": 1239758872,
            "stop": 1239758878
        },
        {
            "start": 1239758879,
            "stop": 1239758897
        }
    ]
}