Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7120
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7119",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7120,
    "results": [
        {
            "start": 874267654,
            "stop": 874267867
        },
        {
            "start": 874267868,
            "stop": 874267945
        },
        {
            "start": 874267946,
            "stop": 874268061
        },
        {
            "start": 874268062,
            "stop": 874268125
        },
        {
            "start": 874268126,
            "stop": 874268141
        },
        {
            "start": 874268142,
            "stop": 874268183
        },
        {
            "start": 874268184,
            "stop": 874268262
        },
        {
            "start": 874268264,
            "stop": 874268366
        },
        {
            "start": 874268367,
            "stop": 874268404
        },
        {
            "start": 874268405,
            "stop": 874268511
        },
        {
            "start": 874268512,
            "stop": 874268525
        },
        {
            "start": 874268526,
            "stop": 874268775
        },
        {
            "start": 874268776,
            "stop": 874268807
        },
        {
            "start": 874268808,
            "stop": 874268865
        },
        {
            "start": 874268867,
            "stop": 874268935
        },
        {
            "start": 874268937,
            "stop": 874268961
        },
        {
            "start": 874268962,
            "stop": 874269014
        },
        {
            "start": 874269015,
            "stop": 874269089
        },
        {
            "start": 874269091,
            "stop": 874269552
        },
        {
            "start": 874269554,
            "stop": 874269605
        }
    ]
}