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=295
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=296",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=294",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 295,
    "results": [
        {
            "start": 931175088,
            "stop": 931175091
        },
        {
            "start": 931175092,
            "stop": 931175093
        },
        {
            "start": 931175094,
            "stop": 931175096
        },
        {
            "start": 931175101,
            "stop": 931175105
        },
        {
            "start": 931175106,
            "stop": 931175107
        },
        {
            "start": 931175112,
            "stop": 931175114
        },
        {
            "start": 931175115,
            "stop": 931175119
        },
        {
            "start": 931175120,
            "stop": 931175124
        },
        {
            "start": 931175126,
            "stop": 931175134
        },
        {
            "start": 931175135,
            "stop": 931175138
        },
        {
            "start": 931175141,
            "stop": 931175142
        },
        {
            "start": 931175145,
            "stop": 931175148
        },
        {
            "start": 931175149,
            "stop": 931175153
        },
        {
            "start": 931175154,
            "stop": 931175155
        },
        {
            "start": 931175156,
            "stop": 931175157
        },
        {
            "start": 931175158,
            "stop": 931175169
        },
        {
            "start": 931175173,
            "stop": 931175175
        },
        {
            "start": 931175176,
            "stop": 931175178
        },
        {
            "start": 931175179,
            "stop": 931175180
        },
        {
            "start": 931175181,
            "stop": 931175190
        }
    ]
}