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=33112
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=33113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33111",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33112,
    "results": [
        {
            "start": 970558943,
            "stop": 970558951
        },
        {
            "start": 970558953,
            "stop": 970558992
        },
        {
            "start": 970558993,
            "stop": 970559002
        },
        {
            "start": 970559004,
            "stop": 970559011
        },
        {
            "start": 970559013,
            "stop": 970559040
        },
        {
            "start": 970559041,
            "stop": 970559061
        },
        {
            "start": 970559064,
            "stop": 970559073
        },
        {
            "start": 970559074,
            "stop": 970559075
        },
        {
            "start": 970559077,
            "stop": 970559111
        },
        {
            "start": 970559113,
            "stop": 970559135
        },
        {
            "start": 970559137,
            "stop": 970559141
        },
        {
            "start": 970559145,
            "stop": 970559146
        },
        {
            "start": 970559150,
            "stop": 970559171
        },
        {
            "start": 970559172,
            "stop": 970559194
        },
        {
            "start": 970559195,
            "stop": 970559201
        },
        {
            "start": 970559204,
            "stop": 970559205
        },
        {
            "start": 970559207,
            "stop": 970559213
        },
        {
            "start": 970559214,
            "stop": 970559245
        },
        {
            "start": 970559246,
            "stop": 970559248
        },
        {
            "start": 970559252,
            "stop": 970559277
        }
    ]
}