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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33098",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33096",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33097,
    "results": [
        {
            "start": 970543110,
            "stop": 970543113
        },
        {
            "start": 970543115,
            "stop": 970543127
        },
        {
            "start": 970543131,
            "stop": 970543156
        },
        {
            "start": 970543157,
            "stop": 970543164
        },
        {
            "start": 970543165,
            "stop": 970543172
        },
        {
            "start": 970543173,
            "stop": 970543187
        },
        {
            "start": 970543188,
            "stop": 970543189
        },
        {
            "start": 970543192,
            "stop": 970543228
        },
        {
            "start": 970543231,
            "stop": 970543234
        },
        {
            "start": 970543236,
            "stop": 970543256
        },
        {
            "start": 970543257,
            "stop": 970543260
        },
        {
            "start": 970543261,
            "stop": 970543263
        },
        {
            "start": 970543264,
            "stop": 970543266
        },
        {
            "start": 970543268,
            "stop": 970543286
        },
        {
            "start": 970543287,
            "stop": 970543295
        },
        {
            "start": 970543297,
            "stop": 970543306
        },
        {
            "start": 970543307,
            "stop": 970543327
        },
        {
            "start": 970543328,
            "stop": 970543343
        },
        {
            "start": 970543345,
            "stop": 970543373
        },
        {
            "start": 970543374,
            "stop": 970543389
        }
    ]
}