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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=176",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 177,
    "results": [
        {
            "start": 931138069,
            "stop": 931138074
        },
        {
            "start": 931138075,
            "stop": 931138076
        },
        {
            "start": 931138077,
            "stop": 931138078
        },
        {
            "start": 931138081,
            "stop": 931138082
        },
        {
            "start": 931138083,
            "stop": 931138084
        },
        {
            "start": 931138090,
            "stop": 931138091
        },
        {
            "start": 931138096,
            "stop": 931138097
        },
        {
            "start": 931138101,
            "stop": 931138103
        },
        {
            "start": 931138105,
            "stop": 931138107
        },
        {
            "start": 931138110,
            "stop": 931138113
        },
        {
            "start": 931138116,
            "stop": 931138118
        },
        {
            "start": 931138121,
            "stop": 931138124
        },
        {
            "start": 931138126,
            "stop": 931138127
        },
        {
            "start": 931138130,
            "stop": 931138133
        },
        {
            "start": 931138135,
            "stop": 931138140
        },
        {
            "start": 931138141,
            "stop": 931138145
        },
        {
            "start": 931138150,
            "stop": 931138151
        },
        {
            "start": 931138152,
            "stop": 931138155
        },
        {
            "start": 931138156,
            "stop": 931138157
        },
        {
            "start": 931138158,
            "stop": 931138161
        }
    ]
}