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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=161",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 162,
    "results": [
        {
            "start": 823788122,
            "stop": 823788362
        },
        {
            "start": 823788392,
            "stop": 823788512
        },
        {
            "start": 823788542,
            "stop": 823788602
        },
        {
            "start": 823788851,
            "stop": 823789331
        },
        {
            "start": 823790637,
            "stop": 823791357
        },
        {
            "start": 823791518,
            "stop": 823791698
        },
        {
            "start": 823791852,
            "stop": 823792452
        },
        {
            "start": 823793800,
            "stop": 823793860
        },
        {
            "start": 823858346,
            "stop": 823862306
        },
        {
            "start": 823866583,
            "stop": 823868923
        },
        {
            "start": 823869294,
            "stop": 823870554
        },
        {
            "start": 823872643,
            "stop": 823873123
        },
        {
            "start": 823873287,
            "stop": 823873527
        },
        {
            "start": 823879105,
            "stop": 823879165
        },
        {
            "start": 823881189,
            "stop": 823881369
        },
        {
            "start": 823881762,
            "stop": 823882062
        },
        {
            "start": 823882207,
            "stop": 823883407
        },
        {
            "start": 823883633,
            "stop": 823883693
        },
        {
            "start": 823942195,
            "stop": 823942315
        },
        {
            "start": 823942727,
            "stop": 823942847
        }
    ]
}