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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=178",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 179,
    "results": [
        {
            "start": 1126786165,
            "stop": 1126786488
        },
        {
            "start": 1126786489,
            "stop": 1126786773
        },
        {
            "start": 1126786775,
            "stop": 1126786896
        },
        {
            "start": 1126786897,
            "stop": 1126787120
        },
        {
            "start": 1126787121,
            "stop": 1126787384
        },
        {
            "start": 1126787385,
            "stop": 1126787427
        },
        {
            "start": 1126787428,
            "stop": 1126787529
        },
        {
            "start": 1126787530,
            "stop": 1126787764
        },
        {
            "start": 1126787765,
            "stop": 1126787862
        },
        {
            "start": 1126787863,
            "stop": 1126788069
        },
        {
            "start": 1126788070,
            "stop": 1126788102
        },
        {
            "start": 1126788103,
            "stop": 1126788292
        },
        {
            "start": 1126788293,
            "stop": 1126788464
        },
        {
            "start": 1126788465,
            "stop": 1126788813
        },
        {
            "start": 1126788815,
            "stop": 1126789079
        },
        {
            "start": 1126789082,
            "stop": 1126789136
        },
        {
            "start": 1126789137,
            "stop": 1126789308
        },
        {
            "start": 1126789314,
            "stop": 1126789459
        },
        {
            "start": 1126789460,
            "stop": 1126789520
        },
        {
            "start": 1126789524,
            "stop": 1126789577
        }
    ]
}