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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=50",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 51,
    "results": [
        {
            "start": 1129048380,
            "stop": 1129048440
        },
        {
            "start": 1129048560,
            "stop": 1129048740
        },
        {
            "start": 1129048800,
            "stop": 1129050000
        },
        {
            "start": 1129050120,
            "stop": 1129050540
        },
        {
            "start": 1129050600,
            "stop": 1129050720
        },
        {
            "start": 1129050780,
            "stop": 1129051918
        },
        {
            "start": 1129051920,
            "stop": 1129052940
        },
        {
            "start": 1129053000,
            "stop": 1129054080
        },
        {
            "start": 1129054140,
            "stop": 1129054800
        },
        {
            "start": 1129054920,
            "stop": 1129055277
        },
        {
            "start": 1129055278,
            "stop": 1129055760
        },
        {
            "start": 1129055820,
            "stop": 1129057980
        },
        {
            "start": 1129058040,
            "stop": 1129060020
        },
        {
            "start": 1129060080,
            "stop": 1129060429
        },
        {
            "start": 1129060430,
            "stop": 1129061820
        },
        {
            "start": 1129061880,
            "stop": 1129062480
        },
        {
            "start": 1129062600,
            "stop": 1129063980
        },
        {
            "start": 1129064100,
            "stop": 1129067220
        },
        {
            "start": 1129067340,
            "stop": 1129067880
        },
        {
            "start": 1129067940,
            "stop": 1129068120
        }
    ]
}