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=426
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=427",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=425",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 426,
    "results": [
        {
            "start": 838881827,
            "stop": 838885487
        },
        {
            "start": 838886443,
            "stop": 838888483
        },
        {
            "start": 838888820,
            "stop": 838889690
        },
        {
            "start": 838889840,
            "stop": 838891280
        },
        {
            "start": 838891490,
            "stop": 838894730
        },
        {
            "start": 838894906,
            "stop": 838900426
        },
        {
            "start": 838901675,
            "stop": 838905395
        },
        {
            "start": 838945331,
            "stop": 838946711
        },
        {
            "start": 838948034,
            "stop": 838952414
        },
        {
            "start": 838953129,
            "stop": 838959549
        },
        {
            "start": 838959711,
            "stop": 838968411
        },
        {
            "start": 838969352,
            "stop": 838979312
        },
        {
            "start": 838979521,
            "stop": 838981501
        },
        {
            "start": 838982351,
            "stop": 838984811
        },
        {
            "start": 838984997,
            "stop": 838986917
        },
        {
            "start": 838987075,
            "stop": 838992115
        },
        {
            "start": 838992329,
            "stop": 838993649
        },
        {
            "start": 838993806,
            "stop": 839000406
        },
        {
            "start": 839000562,
            "stop": 839001642
        },
        {
            "start": 839002029,
            "stop": 839009229
        }
    ]
}