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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=175",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 176,
    "results": [
        {
            "start": 1131187525,
            "stop": 1131187526
        },
        {
            "start": 1131187527,
            "stop": 1131187529
        },
        {
            "start": 1131187530,
            "stop": 1131187533
        },
        {
            "start": 1131187534,
            "stop": 1131187552
        },
        {
            "start": 1131187553,
            "stop": 1131187567
        },
        {
            "start": 1131187568,
            "stop": 1131187624
        },
        {
            "start": 1131187625,
            "stop": 1131187630
        },
        {
            "start": 1131187631,
            "stop": 1131187680
        },
        {
            "start": 1131187681,
            "stop": 1131187703
        },
        {
            "start": 1131187704,
            "stop": 1131187718
        },
        {
            "start": 1131187719,
            "stop": 1131187730
        },
        {
            "start": 1131187731,
            "stop": 1131187765
        },
        {
            "start": 1131187766,
            "stop": 1131187776
        },
        {
            "start": 1131187777,
            "stop": 1131187799
        },
        {
            "start": 1131187800,
            "stop": 1131187803
        },
        {
            "start": 1131187804,
            "stop": 1131187813
        },
        {
            "start": 1131187814,
            "stop": 1131187818
        },
        {
            "start": 1131187819,
            "stop": 1131187851
        },
        {
            "start": 1131187853,
            "stop": 1131187856
        },
        {
            "start": 1131187857,
            "stop": 1131187882
        }
    ]
}