Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1050
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=1051",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1049",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1050,
    "results": [
        {
            "start": 1135823553,
            "stop": 1135824334
        },
        {
            "start": 1135824336,
            "stop": 1135831993
        },
        {
            "start": 1135831994,
            "stop": 1135834295
        },
        {
            "start": 1135834297,
            "stop": 1135839143
        },
        {
            "start": 1135839145,
            "stop": 1135840569
        },
        {
            "start": 1135840571,
            "stop": 1135843192
        },
        {
            "start": 1135843194,
            "stop": 1135843638
        },
        {
            "start": 1135843640,
            "stop": 1135843684
        },
        {
            "start": 1135853150,
            "stop": 1135853893
        },
        {
            "start": 1135853895,
            "stop": 1135855064
        },
        {
            "start": 1135855066,
            "stop": 1135859351
        },
        {
            "start": 1135859353,
            "stop": 1135860417
        },
        {
            "start": 1135860420,
            "stop": 1135861485
        },
        {
            "start": 1135861488,
            "stop": 1135862844
        },
        {
            "start": 1135862846,
            "stop": 1135864869
        },
        {
            "start": 1135864871,
            "stop": 1135867664
        },
        {
            "start": 1135867666,
            "stop": 1135867947
        },
        {
            "start": 1135867949,
            "stop": 1135868187
        },
        {
            "start": 1135868190,
            "stop": 1135868810
        },
        {
            "start": 1135868812,
            "stop": 1135870474
        }
    ]
}