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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=57",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 58,
    "results": [
        {
            "start": 1129485600,
            "stop": 1129493030
        },
        {
            "start": 1129497350,
            "stop": 1129497522
        },
        {
            "start": 1129497523,
            "stop": 1129499511
        },
        {
            "start": 1129499512,
            "stop": 1129501934
        },
        {
            "start": 1129501935,
            "stop": 1129502700
        },
        {
            "start": 1129502760,
            "stop": 1129503002
        },
        {
            "start": 1129503004,
            "stop": 1129507199
        },
        {
            "start": 1129507200,
            "stop": 1129508084
        },
        {
            "start": 1129508085,
            "stop": 1129510640
        },
        {
            "start": 1129510644,
            "stop": 1129511133
        },
        {
            "start": 1129511134,
            "stop": 1129520523
        },
        {
            "start": 1129520526,
            "stop": 1129520527
        },
        {
            "start": 1129520529,
            "stop": 1129520530
        },
        {
            "start": 1129520531,
            "stop": 1129523645
        },
        {
            "start": 1129523647,
            "stop": 1129523780
        },
        {
            "start": 1129523781,
            "stop": 1129527780
        },
        {
            "start": 1129527781,
            "stop": 1129527948
        },
        {
            "start": 1129527949,
            "stop": 1129527951
        },
        {
            "start": 1129527952,
            "stop": 1129527954
        },
        {
            "start": 1129527955,
            "stop": 1129527969
        }
    ]
}