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=110
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=111",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=109",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 110,
    "results": [
        {
            "start": 1131151889,
            "stop": 1131151907
        },
        {
            "start": 1131151908,
            "stop": 1131151935
        },
        {
            "start": 1131151937,
            "stop": 1131151945
        },
        {
            "start": 1131151946,
            "stop": 1131151948
        },
        {
            "start": 1131151949,
            "stop": 1131151961
        },
        {
            "start": 1131151962,
            "stop": 1131151968
        },
        {
            "start": 1131151969,
            "stop": 1131151982
        },
        {
            "start": 1131151983,
            "stop": 1131152004
        },
        {
            "start": 1131152005,
            "stop": 1131152035
        },
        {
            "start": 1131152036,
            "stop": 1131152053
        },
        {
            "start": 1131152054,
            "stop": 1131152099
        },
        {
            "start": 1131152100,
            "stop": 1131152112
        },
        {
            "start": 1131152113,
            "stop": 1131152120
        },
        {
            "start": 1131152121,
            "stop": 1131152125
        },
        {
            "start": 1131152126,
            "stop": 1131152210
        },
        {
            "start": 1131152211,
            "stop": 1131152220
        },
        {
            "start": 1131152221,
            "stop": 1131152302
        },
        {
            "start": 1131152303,
            "stop": 1131152317
        },
        {
            "start": 1131152318,
            "stop": 1131152328
        },
        {
            "start": 1131152329,
            "stop": 1131152332
        }
    ]
}