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/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=88
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=87",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 88,
    "results": [
        {
            "start": 1257724595,
            "stop": 1257724601
        },
        {
            "start": 1257724604,
            "stop": 1257724649
        },
        {
            "start": 1257724652,
            "stop": 1257724662
        },
        {
            "start": 1257724665,
            "stop": 1257725026
        },
        {
            "start": 1257725029,
            "stop": 1257725869
        },
        {
            "start": 1257725870,
            "stop": 1257725875
        },
        {
            "start": 1257725876,
            "stop": 1257726007
        },
        {
            "start": 1257726009,
            "stop": 1257726537
        },
        {
            "start": 1257726543,
            "stop": 1257726546
        },
        {
            "start": 1257726548,
            "stop": 1257726557
        },
        {
            "start": 1257726558,
            "stop": 1257726617
        },
        {
            "start": 1257726618,
            "stop": 1257726630
        },
        {
            "start": 1257726631,
            "stop": 1257727705
        },
        {
            "start": 1257727708,
            "stop": 1257728349
        },
        {
            "start": 1257728352,
            "stop": 1257729331
        },
        {
            "start": 1257729333,
            "stop": 1257730982
        },
        {
            "start": 1257730985,
            "stop": 1257731629
        },
        {
            "start": 1257731632,
            "stop": 1257732295
        },
        {
            "start": 1257732298,
            "stop": 1257733387
        },
        {
            "start": 1257733389,
            "stop": 1257736589
        }
    ]
}