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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=51",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 52,
    "results": [
        {
            "start": 931082340,
            "stop": 931082343
        },
        {
            "start": 931082344,
            "stop": 931082347
        },
        {
            "start": 931082348,
            "stop": 931082352
        },
        {
            "start": 931082353,
            "stop": 931082356
        },
        {
            "start": 931082357,
            "stop": 931082359
        },
        {
            "start": 931082360,
            "stop": 931082361
        },
        {
            "start": 931082363,
            "stop": 931082364
        },
        {
            "start": 931082367,
            "stop": 931082375
        },
        {
            "start": 931082381,
            "stop": 931082382
        },
        {
            "start": 931082384,
            "stop": 931082385
        },
        {
            "start": 931082387,
            "stop": 931082388
        },
        {
            "start": 931082390,
            "stop": 931082393
        },
        {
            "start": 931082394,
            "stop": 931082400
        },
        {
            "start": 931082401,
            "stop": 931082408
        },
        {
            "start": 931082409,
            "stop": 931082411
        },
        {
            "start": 931082414,
            "stop": 931082415
        },
        {
            "start": 931082775,
            "stop": 931082778
        },
        {
            "start": 931082780,
            "stop": 931082782
        },
        {
            "start": 931082786,
            "stop": 931082788
        },
        {
            "start": 931082789,
            "stop": 931082790
        }
    ]
}