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/H1_STOCH_CAT1/segments?format=api&page=1400
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1401",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1399",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1400,
    "results": [
        {
            "start": 846117148,
            "stop": 846142956
        },
        {
            "start": 846144349,
            "stop": 846173233
        },
        {
            "start": 846174914,
            "stop": 846176113
        },
        {
            "start": 846176293,
            "stop": 846192700
        },
        {
            "start": 846193492,
            "stop": 846194711
        },
        {
            "start": 846194714,
            "stop": 846194773
        },
        {
            "start": 846194908,
            "stop": 846195133
        },
        {
            "start": 846195180,
            "stop": 846195181
        },
        {
            "start": 846197974,
            "stop": 846198013
        },
        {
            "start": 846200358,
            "stop": 846201882
        },
        {
            "start": 846202530,
            "stop": 846202652
        },
        {
            "start": 846202994,
            "stop": 846255373
        },
        {
            "start": 846255515,
            "stop": 846256564
        },
        {
            "start": 846256568,
            "stop": 846257323
        },
        {
            "start": 846257329,
            "stop": 846257662
        },
        {
            "start": 846257665,
            "stop": 846262079
        },
        {
            "start": 846262082,
            "stop": 846262086
        },
        {
            "start": 846262099,
            "stop": 846262107
        },
        {
            "start": 846262116,
            "stop": 846262118
        },
        {
            "start": 846262121,
            "stop": 846262875
        }
    ]
}