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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3637",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3635",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3636,
    "results": [
        {
            "start": 970496837,
            "stop": 970496896
        },
        {
            "start": 970497033,
            "stop": 970497034
        },
        {
            "start": 970497050,
            "stop": 970497051
        },
        {
            "start": 970497057,
            "stop": 970497062
        },
        {
            "start": 970497073,
            "stop": 970497075
        },
        {
            "start": 970497097,
            "stop": 970497099
        },
        {
            "start": 970497121,
            "stop": 970497122
        },
        {
            "start": 970497134,
            "stop": 970497136
        },
        {
            "start": 970539326,
            "stop": 970540076
        },
        {
            "start": 970540079,
            "stop": 970540166
        },
        {
            "start": 970540172,
            "stop": 970540173
        },
        {
            "start": 970540179,
            "stop": 970540181
        },
        {
            "start": 970540187,
            "stop": 970540188
        },
        {
            "start": 970540201,
            "stop": 970540203
        },
        {
            "start": 970540212,
            "stop": 970540221
        },
        {
            "start": 970540230,
            "stop": 970540262
        },
        {
            "start": 970540272,
            "stop": 970540276
        },
        {
            "start": 970540282,
            "stop": 970540288
        },
        {
            "start": 970540322,
            "stop": 970540327
        },
        {
            "start": 970540333,
            "stop": 970540341
        }
    ]
}