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=965
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=966",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=964",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 965,
    "results": [
        {
            "start": 1134785686,
            "stop": 1134785705
        },
        {
            "start": 1134785710,
            "stop": 1134785717
        },
        {
            "start": 1134785721,
            "stop": 1134785722
        },
        {
            "start": 1134785729,
            "stop": 1134785733
        },
        {
            "start": 1134785743,
            "stop": 1134785780
        },
        {
            "start": 1134785786,
            "stop": 1134785787
        },
        {
            "start": 1134785803,
            "stop": 1134785811
        },
        {
            "start": 1134785814,
            "stop": 1134785825
        },
        {
            "start": 1134785831,
            "stop": 1134785842
        },
        {
            "start": 1134785865,
            "stop": 1134785996
        },
        {
            "start": 1134786007,
            "stop": 1134786010
        },
        {
            "start": 1134786032,
            "stop": 1134786112
        },
        {
            "start": 1134786118,
            "stop": 1134786128
        },
        {
            "start": 1134786135,
            "stop": 1134786137
        },
        {
            "start": 1134786140,
            "stop": 1134786153
        },
        {
            "start": 1134786161,
            "stop": 1134786307
        },
        {
            "start": 1134786310,
            "stop": 1134786320
        },
        {
            "start": 1134786327,
            "stop": 1134786515
        },
        {
            "start": 1134786527,
            "stop": 1134786528
        },
        {
            "start": 1134786531,
            "stop": 1134786641
        }
    ]
}