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=223
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=224",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=222",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 223,
    "results": [
        {
            "start": 931161166,
            "stop": 931161167
        },
        {
            "start": 931161169,
            "stop": 931161171
        },
        {
            "start": 931161172,
            "stop": 931161174
        },
        {
            "start": 931161175,
            "stop": 931161178
        },
        {
            "start": 931161179,
            "stop": 931161184
        },
        {
            "start": 931161185,
            "stop": 931161186
        },
        {
            "start": 931161188,
            "stop": 931161191
        },
        {
            "start": 931161194,
            "stop": 931161196
        },
        {
            "start": 931161205,
            "stop": 931161209
        },
        {
            "start": 931161210,
            "stop": 931161213
        },
        {
            "start": 931161215,
            "stop": 931161222
        },
        {
            "start": 931161225,
            "stop": 931161228
        },
        {
            "start": 931161230,
            "stop": 931161231
        },
        {
            "start": 931161233,
            "stop": 931161240
        },
        {
            "start": 931161242,
            "stop": 931161252
        },
        {
            "start": 931161257,
            "stop": 931161261
        },
        {
            "start": 931161262,
            "stop": 931161263
        },
        {
            "start": 931161265,
            "stop": 931161266
        },
        {
            "start": 931161269,
            "stop": 931161272
        },
        {
            "start": 931161273,
            "stop": 931161274
        }
    ]
}