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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=425",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=423",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 424,
    "results": [
        {
            "start": 838781146,
            "stop": 838781866
        },
        {
            "start": 838783384,
            "stop": 838788964
        },
        {
            "start": 838789134,
            "stop": 838791804
        },
        {
            "start": 838791954,
            "stop": 838793514
        },
        {
            "start": 838793736,
            "stop": 838801386
        },
        {
            "start": 838801536,
            "stop": 838803096
        },
        {
            "start": 838804029,
            "stop": 838808529
        },
        {
            "start": 838808679,
            "stop": 838809729
        },
        {
            "start": 838809877,
            "stop": 838812937
        },
        {
            "start": 838813136,
            "stop": 838813916
        },
        {
            "start": 838814061,
            "stop": 838816041
        },
        {
            "start": 838816131,
            "stop": 838816341
        },
        {
            "start": 838819504,
            "stop": 838822564
        },
        {
            "start": 838822714,
            "stop": 838823014
        },
        {
            "start": 838825459,
            "stop": 838831519
        },
        {
            "start": 838832982,
            "stop": 838837362
        },
        {
            "start": 838837605,
            "stop": 838837905
        },
        {
            "start": 838838552,
            "stop": 838839152
        },
        {
            "start": 838839314,
            "stop": 838839374
        },
        {
            "start": 838839564,
            "stop": 838839894
        }
    ]
}