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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=188",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 189,
    "results": [
        {
            "start": 826354301,
            "stop": 826354361
        },
        {
            "start": 826354590,
            "stop": 826354710
        },
        {
            "start": 826354937,
            "stop": 826355117
        },
        {
            "start": 826435211,
            "stop": 826435811
        },
        {
            "start": 826435986,
            "stop": 826436406
        },
        {
            "start": 826436575,
            "stop": 826436755
        },
        {
            "start": 826440113,
            "stop": 826440173
        },
        {
            "start": 826442178,
            "stop": 826442538
        },
        {
            "start": 826442721,
            "stop": 826443321
        },
        {
            "start": 826443500,
            "stop": 826443740
        },
        {
            "start": 826444232,
            "stop": 826444412
        },
        {
            "start": 826444752,
            "stop": 826445352
        },
        {
            "start": 826445565,
            "stop": 826445685
        },
        {
            "start": 826446016,
            "stop": 826446196
        },
        {
            "start": 826446361,
            "stop": 826447261
        },
        {
            "start": 826447396,
            "stop": 826448236
        },
        {
            "start": 826448454,
            "stop": 826448634
        },
        {
            "start": 826448770,
            "stop": 826449190
        },
        {
            "start": 826449323,
            "stop": 826450403
        },
        {
            "start": 826450555,
            "stop": 826450915
        }
    ]
}