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=48
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=49",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=47",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 48,
    "results": [
        {
            "start": 1238619344,
            "stop": 1238619349
        },
        {
            "start": 1238619351,
            "stop": 1238619357
        },
        {
            "start": 1238619361,
            "stop": 1238619388
        },
        {
            "start": 1238619391,
            "stop": 1238619415
        },
        {
            "start": 1238619418,
            "stop": 1238619427
        },
        {
            "start": 1238619428,
            "stop": 1238619429
        },
        {
            "start": 1238619430,
            "stop": 1238619432
        },
        {
            "start": 1238619435,
            "stop": 1238619450
        },
        {
            "start": 1238619451,
            "stop": 1238619452
        },
        {
            "start": 1238619453,
            "stop": 1238619455
        },
        {
            "start": 1238619458,
            "stop": 1238619462
        },
        {
            "start": 1238619465,
            "stop": 1238619510
        },
        {
            "start": 1238619513,
            "stop": 1238619514
        },
        {
            "start": 1238619515,
            "stop": 1238619517
        },
        {
            "start": 1238619519,
            "stop": 1238619597
        },
        {
            "start": 1238619600,
            "stop": 1238619601
        },
        {
            "start": 1238619602,
            "stop": 1238619605
        },
        {
            "start": 1238619606,
            "stop": 1238619614
        },
        {
            "start": 1238619617,
            "stop": 1238619633
        },
        {
            "start": 1238619634,
            "stop": 1238619637
        }
    ]
}