Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=56
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=55",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 56,
    "results": [
        {
            "start": 1238728925,
            "stop": 1238729989
        },
        {
            "start": 1238729992,
            "stop": 1238730432
        },
        {
            "start": 1238730433,
            "stop": 1238730453
        },
        {
            "start": 1238730456,
            "stop": 1238731139
        },
        {
            "start": 1238731142,
            "stop": 1238732190
        },
        {
            "start": 1238732193,
            "stop": 1238732433
        },
        {
            "start": 1238732436,
            "stop": 1238732808
        },
        {
            "start": 1238732811,
            "stop": 1238732957
        },
        {
            "start": 1238732960,
            "stop": 1238732964
        },
        {
            "start": 1238732965,
            "stop": 1238732969
        },
        {
            "start": 1238732970,
            "stop": 1238733026
        },
        {
            "start": 1238733031,
            "stop": 1238733079
        },
        {
            "start": 1238733082,
            "stop": 1238733139
        },
        {
            "start": 1238733141,
            "stop": 1238733621
        },
        {
            "start": 1238733622,
            "stop": 1238733843
        },
        {
            "start": 1238733844,
            "stop": 1238733904
        },
        {
            "start": 1238733905,
            "stop": 1238734066
        },
        {
            "start": 1238734068,
            "stop": 1238735335
        },
        {
            "start": 1238735343,
            "stop": 1238736434
        },
        {
            "start": 1238736442,
            "stop": 1238737563
        }
    ]
}