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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=84",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 85,
    "results": [
        {
            "start": 1257690031,
            "stop": 1257690583
        },
        {
            "start": 1257690586,
            "stop": 1257691152
        },
        {
            "start": 1257691155,
            "stop": 1257693037
        },
        {
            "start": 1257693040,
            "stop": 1257694850
        },
        {
            "start": 1257694853,
            "stop": 1257695186
        },
        {
            "start": 1257695189,
            "stop": 1257695478
        },
        {
            "start": 1257695479,
            "stop": 1257695560
        },
        {
            "start": 1257695561,
            "stop": 1257695571
        },
        {
            "start": 1257695572,
            "stop": 1257695589
        },
        {
            "start": 1257695590,
            "stop": 1257695599
        },
        {
            "start": 1257695601,
            "stop": 1257695648
        },
        {
            "start": 1257695653,
            "stop": 1257695668
        },
        {
            "start": 1257695670,
            "stop": 1257695672
        },
        {
            "start": 1257695673,
            "stop": 1257695700
        },
        {
            "start": 1257695701,
            "stop": 1257695705
        },
        {
            "start": 1257695708,
            "stop": 1257695753
        },
        {
            "start": 1257695755,
            "stop": 1257695830
        },
        {
            "start": 1257695831,
            "stop": 1257696133
        },
        {
            "start": 1257696134,
            "stop": 1257696182
        },
        {
            "start": 1257696183,
            "stop": 1257697045
        }
    ]
}