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=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=194",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 195,
    "results": [
        {
            "start": 816850137,
            "stop": 816850156
        },
        {
            "start": 816850163,
            "stop": 816850169
        },
        {
            "start": 816850174,
            "stop": 816850177
        },
        {
            "start": 816850183,
            "stop": 816850227
        },
        {
            "start": 816850230,
            "stop": 816850241
        },
        {
            "start": 816850246,
            "stop": 816850247
        },
        {
            "start": 816850253,
            "stop": 816850261
        },
        {
            "start": 816850265,
            "stop": 816850269
        },
        {
            "start": 816850278,
            "stop": 816850296
        },
        {
            "start": 816850301,
            "stop": 816850303
        },
        {
            "start": 816850308,
            "stop": 816850328
        },
        {
            "start": 816850335,
            "stop": 816850339
        },
        {
            "start": 816850343,
            "stop": 816850358
        },
        {
            "start": 816850362,
            "stop": 816850363
        },
        {
            "start": 816850382,
            "stop": 816850385
        },
        {
            "start": 816850389,
            "stop": 816850390
        },
        {
            "start": 816850395,
            "stop": 816850396
        },
        {
            "start": 816850405,
            "stop": 816850407
        },
        {
            "start": 816850412,
            "stop": 816850415
        },
        {
            "start": 816850420,
            "stop": 816850433
        }
    ]
}