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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9804",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9802",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9803,
    "results": [
        {
            "start": 873886235,
            "stop": 873886241
        },
        {
            "start": 873886246,
            "stop": 873886306
        },
        {
            "start": 873886310,
            "stop": 873886312
        },
        {
            "start": 873886318,
            "stop": 873886320
        },
        {
            "start": 873886325,
            "stop": 873886348
        },
        {
            "start": 873886351,
            "stop": 873886360
        },
        {
            "start": 873886368,
            "stop": 873886379
        },
        {
            "start": 873886386,
            "stop": 873886402
        },
        {
            "start": 873886406,
            "stop": 873886412
        },
        {
            "start": 873886424,
            "stop": 873886425
        },
        {
            "start": 873886430,
            "stop": 873886552
        },
        {
            "start": 873886559,
            "stop": 873886890
        },
        {
            "start": 873886893,
            "stop": 873886897
        },
        {
            "start": 873886903,
            "stop": 873886905
        },
        {
            "start": 873886909,
            "stop": 873887090
        },
        {
            "start": 873887093,
            "stop": 873887218
        },
        {
            "start": 873887223,
            "stop": 873887230
        },
        {
            "start": 873887237,
            "stop": 873887249
        },
        {
            "start": 873887252,
            "stop": 873887253
        },
        {
            "start": 873887256,
            "stop": 873887565
        }
    ]
}