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_CAT3/segments?format=api&page=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=82",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 83,
    "results": [
        {
            "start": 1238970572,
            "stop": 1238970782
        },
        {
            "start": 1238970783,
            "stop": 1238970795
        },
        {
            "start": 1238970798,
            "stop": 1238970902
        },
        {
            "start": 1238970903,
            "stop": 1238971008
        },
        {
            "start": 1238971009,
            "stop": 1238971250
        },
        {
            "start": 1238971253,
            "stop": 1238971281
        },
        {
            "start": 1238971283,
            "stop": 1238971392
        },
        {
            "start": 1238971393,
            "stop": 1238971394
        },
        {
            "start": 1238971397,
            "stop": 1238971467
        },
        {
            "start": 1238973057,
            "stop": 1238973284
        },
        {
            "start": 1238973287,
            "stop": 1238973291
        },
        {
            "start": 1238973294,
            "stop": 1238973479
        },
        {
            "start": 1238973480,
            "stop": 1238973575
        },
        {
            "start": 1238973578,
            "stop": 1238973640
        },
        {
            "start": 1238973643,
            "stop": 1238973648
        },
        {
            "start": 1238973651,
            "stop": 1238973739
        },
        {
            "start": 1238973740,
            "stop": 1238974045
        },
        {
            "start": 1238974046,
            "stop": 1238974232
        },
        {
            "start": 1238974233,
            "stop": 1238974467
        },
        {
            "start": 1238974468,
            "stop": 1238974578
        }
    ]
}