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=329
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=330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=328",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 329,
    "results": [
        {
            "start": 833878887,
            "stop": 833883267
        },
        {
            "start": 833883417,
            "stop": 833885427
        },
        {
            "start": 833887185,
            "stop": 833889045
        },
        {
            "start": 833889419,
            "stop": 833890679
        },
        {
            "start": 833891924,
            "stop": 833893124
        },
        {
            "start": 833893307,
            "stop": 833893787
        },
        {
            "start": 833893877,
            "stop": 833895407
        },
        {
            "start": 833904137,
            "stop": 833904197
        },
        {
            "start": 833904556,
            "stop": 833904796
        },
        {
            "start": 833906575,
            "stop": 833906695
        },
        {
            "start": 833907591,
            "stop": 833907651
        },
        {
            "start": 833908018,
            "stop": 833908378
        },
        {
            "start": 833908535,
            "stop": 833908715
        },
        {
            "start": 833909285,
            "stop": 833909645
        },
        {
            "start": 833909956,
            "stop": 833910076
        },
        {
            "start": 833910535,
            "stop": 833910595
        },
        {
            "start": 833910867,
            "stop": 833911047
        },
        {
            "start": 833911270,
            "stop": 833911390
        },
        {
            "start": 833912486,
            "stop": 833912606
        },
        {
            "start": 833913852,
            "stop": 833913972
        }
    ]
}