Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=82
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_H1L1/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=81",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 82,
    "results": [
        {
            "start": 820091798,
            "stop": 820092158
        },
        {
            "start": 820094789,
            "stop": 820094969
        },
        {
            "start": 820095322,
            "stop": 820095502
        },
        {
            "start": 820095673,
            "stop": 820096273
        },
        {
            "start": 820096729,
            "stop": 820096849
        },
        {
            "start": 820097008,
            "stop": 820097188
        },
        {
            "start": 820097342,
            "stop": 820097402
        },
        {
            "start": 820097873,
            "stop": 820098173
        },
        {
            "start": 820098358,
            "stop": 820098418
        },
        {
            "start": 820098590,
            "stop": 820099310
        },
        {
            "start": 820099557,
            "stop": 820099857
        },
        {
            "start": 820100229,
            "stop": 820100469
        },
        {
            "start": 820100609,
            "stop": 820100729
        },
        {
            "start": 820102843,
            "stop": 820103263
        },
        {
            "start": 820104301,
            "stop": 820104361
        },
        {
            "start": 820104574,
            "stop": 820104874
        },
        {
            "start": 820105039,
            "stop": 820105099
        },
        {
            "start": 820105248,
            "stop": 820105428
        },
        {
            "start": 820105589,
            "stop": 820105949
        },
        {
            "start": 820106134,
            "stop": 820106374
        }
    ]
}