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=33319
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=33320",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33318",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33319,
    "results": [
        {
            "start": 971013270,
            "stop": 971013284
        },
        {
            "start": 971013285,
            "stop": 971013295
        },
        {
            "start": 971013302,
            "stop": 971013318
        },
        {
            "start": 971013319,
            "stop": 971013324
        },
        {
            "start": 971013325,
            "stop": 971013326
        },
        {
            "start": 971013329,
            "stop": 971013330
        },
        {
            "start": 971013331,
            "stop": 971013343
        },
        {
            "start": 971013344,
            "stop": 971013348
        },
        {
            "start": 971013352,
            "stop": 971013353
        },
        {
            "start": 971013354,
            "stop": 971013359
        },
        {
            "start": 971013363,
            "stop": 971013400
        },
        {
            "start": 971013403,
            "stop": 971013430
        },
        {
            "start": 971013436,
            "stop": 971013445
        },
        {
            "start": 971013446,
            "stop": 971013453
        },
        {
            "start": 971013454,
            "stop": 971013461
        },
        {
            "start": 971013462,
            "stop": 971013466
        },
        {
            "start": 971013469,
            "stop": 971013483
        },
        {
            "start": 971013484,
            "stop": 971013488
        },
        {
            "start": 971013491,
            "stop": 971013510
        },
        {
            "start": 971013513,
            "stop": 971013518
        }
    ]
}