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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5086",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5084",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5085,
    "results": [
        {
            "start": 874631217,
            "stop": 874631281
        },
        {
            "start": 874631288,
            "stop": 874631360
        },
        {
            "start": 874631367,
            "stop": 874631369
        },
        {
            "start": 874631383,
            "stop": 874631408
        },
        {
            "start": 874631415,
            "stop": 874631422
        },
        {
            "start": 874631429,
            "stop": 874631489
        },
        {
            "start": 874631496,
            "stop": 874631599
        },
        {
            "start": 874631606,
            "stop": 874631681
        },
        {
            "start": 874631688,
            "stop": 874631693
        },
        {
            "start": 874631700,
            "stop": 874631885
        },
        {
            "start": 874631892,
            "stop": 874631915
        },
        {
            "start": 874631922,
            "stop": 874632002
        },
        {
            "start": 874632009,
            "stop": 874632121
        },
        {
            "start": 874632129,
            "stop": 874632176
        },
        {
            "start": 874632183,
            "stop": 874632253
        },
        {
            "start": 874632260,
            "stop": 874632308
        },
        {
            "start": 874632315,
            "stop": 874632387
        },
        {
            "start": 874632398,
            "stop": 874632401
        },
        {
            "start": 874632408,
            "stop": 874632495
        },
        {
            "start": 874632502,
            "stop": 874632509
        }
    ]
}