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=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=144",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 145,
    "results": [
        {
            "start": 1131168216,
            "stop": 1131168249
        },
        {
            "start": 1131168251,
            "stop": 1131168272
        },
        {
            "start": 1131168273,
            "stop": 1131168282
        },
        {
            "start": 1131168283,
            "stop": 1131168379
        },
        {
            "start": 1131168380,
            "stop": 1131168392
        },
        {
            "start": 1131168393,
            "stop": 1131168442
        },
        {
            "start": 1131168443,
            "stop": 1131168495
        },
        {
            "start": 1131168496,
            "stop": 1131168521
        },
        {
            "start": 1131168522,
            "stop": 1131168543
        },
        {
            "start": 1131168544,
            "stop": 1131168553
        },
        {
            "start": 1131168554,
            "stop": 1131168574
        },
        {
            "start": 1131168575,
            "stop": 1131168680
        },
        {
            "start": 1131168681,
            "stop": 1131168692
        },
        {
            "start": 1131168693,
            "stop": 1131168717
        },
        {
            "start": 1131168718,
            "stop": 1131168751
        },
        {
            "start": 1131168752,
            "stop": 1131168780
        },
        {
            "start": 1131168781,
            "stop": 1131168796
        },
        {
            "start": 1131168797,
            "stop": 1131168819
        },
        {
            "start": 1131168820,
            "stop": 1131168830
        },
        {
            "start": 1131168831,
            "stop": 1131168865
        }
    ]
}