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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=109",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 110,
    "results": [
        {
            "start": 968190279,
            "stop": 968199849
        },
        {
            "start": 968200823,
            "stop": 968230976
        },
        {
            "start": 968232954,
            "stop": 968267921
        },
        {
            "start": 968279879,
            "stop": 968282906
        },
        {
            "start": 968286821,
            "stop": 968287027
        },
        {
            "start": 968293822,
            "stop": 968312908
        },
        {
            "start": 968315002,
            "stop": 968356337
        },
        {
            "start": 968356625,
            "stop": 968356975
        },
        {
            "start": 968366905,
            "stop": 968369404
        },
        {
            "start": 968380383,
            "stop": 968381175
        },
        {
            "start": 968383115,
            "stop": 968392740
        },
        {
            "start": 968394475,
            "stop": 968398040
        },
        {
            "start": 968399606,
            "stop": 968442004
        },
        {
            "start": 968442029,
            "stop": 968442040
        },
        {
            "start": 968442056,
            "stop": 968459007
        },
        {
            "start": 968463190,
            "stop": 968463974
        },
        {
            "start": 968469840,
            "stop": 968489489
        },
        {
            "start": 968490873,
            "stop": 968492370
        },
        {
            "start": 968495044,
            "stop": 968495253
        },
        {
            "start": 968507607,
            "stop": 968508758
        }
    ]
}