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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=246",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 247,
    "results": [
        {
            "start": 934614238,
            "stop": 934617379
        },
        {
            "start": 934618944,
            "stop": 934621335
        },
        {
            "start": 934621338,
            "stop": 934621355
        },
        {
            "start": 934621358,
            "stop": 934621359
        },
        {
            "start": 934621361,
            "stop": 934621366
        },
        {
            "start": 934621368,
            "stop": 934621386
        },
        {
            "start": 934621388,
            "stop": 934621418
        },
        {
            "start": 934621420,
            "stop": 934621433
        },
        {
            "start": 934621438,
            "stop": 934623778
        },
        {
            "start": 934626312,
            "stop": 934628559
        },
        {
            "start": 934628561,
            "stop": 934628584
        },
        {
            "start": 934628586,
            "stop": 934628592
        },
        {
            "start": 934628594,
            "stop": 934628610
        },
        {
            "start": 934628613,
            "stop": 934628616
        },
        {
            "start": 934628619,
            "stop": 934628632
        },
        {
            "start": 934628636,
            "stop": 934632154
        },
        {
            "start": 934632159,
            "stop": 934632164
        },
        {
            "start": 934632166,
            "stop": 934632183
        },
        {
            "start": 934632185,
            "stop": 934632209
        },
        {
            "start": 934632211,
            "stop": 934632216
        }
    ]
}