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_H1L1/segments?format=api&page=230
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=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=229",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 230,
    "results": [
        {
            "start": 827721788,
            "stop": 827721908
        },
        {
            "start": 827722057,
            "stop": 827722297
        },
        {
            "start": 827722479,
            "stop": 827722599
        },
        {
            "start": 827722850,
            "stop": 827723090
        },
        {
            "start": 827723386,
            "stop": 827723626
        },
        {
            "start": 827723767,
            "stop": 827723827
        },
        {
            "start": 827723977,
            "stop": 827724037
        },
        {
            "start": 827724564,
            "stop": 827724624
        },
        {
            "start": 827725010,
            "stop": 827725190
        },
        {
            "start": 827725329,
            "stop": 827725449
        },
        {
            "start": 827725759,
            "stop": 827725999
        },
        {
            "start": 827726694,
            "stop": 827726814
        },
        {
            "start": 827726949,
            "stop": 827727009
        },
        {
            "start": 827727452,
            "stop": 827727572
        },
        {
            "start": 827727724,
            "stop": 827728624
        },
        {
            "start": 827728997,
            "stop": 827729177
        },
        {
            "start": 827729353,
            "stop": 827730253
        },
        {
            "start": 827730417,
            "stop": 827731257
        },
        {
            "start": 827731420,
            "stop": 827731840
        },
        {
            "start": 827732037,
            "stop": 827733237
        }
    ]
}