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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=729",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=727",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 728,
    "results": [
        {
            "start": 854678382,
            "stop": 854678622
        },
        {
            "start": 854678652,
            "stop": 854678952
        },
        {
            "start": 854678982,
            "stop": 854679282
        },
        {
            "start": 854679372,
            "stop": 854679762
        },
        {
            "start": 854679822,
            "stop": 854680302
        },
        {
            "start": 854680452,
            "stop": 854680512
        },
        {
            "start": 854680542,
            "stop": 854680842
        },
        {
            "start": 854698862,
            "stop": 854698922
        },
        {
            "start": 854699152,
            "stop": 854704552
        },
        {
            "start": 854704899,
            "stop": 854705259
        },
        {
            "start": 854706824,
            "stop": 854707544
        },
        {
            "start": 854708514,
            "stop": 854708994
        },
        {
            "start": 854709166,
            "stop": 854710096
        },
        {
            "start": 854710126,
            "stop": 854710906
        },
        {
            "start": 854711047,
            "stop": 854713147
        },
        {
            "start": 854713430,
            "stop": 854714330
        },
        {
            "start": 854714487,
            "stop": 854719227
        },
        {
            "start": 854724640,
            "stop": 854724820
        },
        {
            "start": 854725205,
            "stop": 854725565
        },
        {
            "start": 854726558,
            "stop": 854729138
        }
    ]
}