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=100
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=101",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=99",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 100,
    "results": [
        {
            "start": 1257824854,
            "stop": 1257824901
        },
        {
            "start": 1257824904,
            "stop": 1257824988
        },
        {
            "start": 1257824991,
            "stop": 1257824997
        },
        {
            "start": 1257825000,
            "stop": 1257825049
        },
        {
            "start": 1257825052,
            "stop": 1257825055
        },
        {
            "start": 1257825058,
            "stop": 1257825154
        },
        {
            "start": 1257825157,
            "stop": 1257825188
        },
        {
            "start": 1257825191,
            "stop": 1257825413
        },
        {
            "start": 1257825416,
            "stop": 1257825634
        },
        {
            "start": 1257825637,
            "stop": 1257825640
        },
        {
            "start": 1257825643,
            "stop": 1257825781
        },
        {
            "start": 1257825784,
            "stop": 1257825845
        },
        {
            "start": 1257825851,
            "stop": 1257825852
        },
        {
            "start": 1257825858,
            "stop": 1257825869
        },
        {
            "start": 1257825872,
            "stop": 1257825972
        },
        {
            "start": 1257825975,
            "stop": 1257826063
        },
        {
            "start": 1257826066,
            "stop": 1257826076
        },
        {
            "start": 1257826079,
            "stop": 1257826081
        },
        {
            "start": 1257826084,
            "stop": 1257826176
        },
        {
            "start": 1257826179,
            "stop": 1257826239
        }
    ]
}