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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=85",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 86,
    "results": [
        {
            "start": 820040017,
            "stop": 820040077
        },
        {
            "start": 820040651,
            "stop": 820041131
        },
        {
            "start": 820047780,
            "stop": 820047960
        },
        {
            "start": 820054105,
            "stop": 820054225
        },
        {
            "start": 820054362,
            "stop": 820054482
        },
        {
            "start": 820054636,
            "stop": 820055056
        },
        {
            "start": 820055226,
            "stop": 820055766
        },
        {
            "start": 820055951,
            "stop": 820056431
        },
        {
            "start": 820056629,
            "stop": 820056809
        },
        {
            "start": 820057227,
            "stop": 820057407
        },
        {
            "start": 820057585,
            "stop": 820057705
        },
        {
            "start": 820057880,
            "stop": 820058060
        },
        {
            "start": 820058233,
            "stop": 820058293
        },
        {
            "start": 820058467,
            "stop": 820058647
        },
        {
            "start": 820058895,
            "stop": 820059375
        },
        {
            "start": 820059558,
            "stop": 820059738
        },
        {
            "start": 820059906,
            "stop": 820060266
        },
        {
            "start": 820060421,
            "stop": 820060481
        },
        {
            "start": 820061271,
            "stop": 820061391
        },
        {
            "start": 820061661,
            "stop": 820061721
        }
    ]
}