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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=41",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 42,
    "results": [
        {
            "start": 820896339,
            "stop": 820896345
        },
        {
            "start": 820896349,
            "stop": 820896413
        },
        {
            "start": 820896416,
            "stop": 820896451
        },
        {
            "start": 820896470,
            "stop": 820896501
        },
        {
            "start": 820896505,
            "stop": 820898653
        },
        {
            "start": 820898696,
            "stop": 820898697
        },
        {
            "start": 820898894,
            "stop": 820902270
        },
        {
            "start": 820902320,
            "stop": 820909843
        },
        {
            "start": 820910486,
            "stop": 820913200
        },
        {
            "start": 820913203,
            "stop": 820913515
        },
        {
            "start": 820913670,
            "stop": 820919336
        },
        {
            "start": 820919340,
            "stop": 820921273
        },
        {
            "start": 820921292,
            "stop": 820921293
        },
        {
            "start": 820923558,
            "stop": 820933300
        },
        {
            "start": 820933329,
            "stop": 820933771
        },
        {
            "start": 820933775,
            "stop": 820933891
        },
        {
            "start": 820933899,
            "stop": 820933921
        },
        {
            "start": 820933925,
            "stop": 820933942
        },
        {
            "start": 820933946,
            "stop": 820934053
        },
        {
            "start": 820934862,
            "stop": 820934867
        }
    ]
}