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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=92",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 93,
    "results": [
        {
            "start": 1239032058,
            "stop": 1239032481
        },
        {
            "start": 1239032482,
            "stop": 1239032493
        },
        {
            "start": 1239032496,
            "stop": 1239032847
        },
        {
            "start": 1239032855,
            "stop": 1239034515
        },
        {
            "start": 1239034522,
            "stop": 1239035086
        },
        {
            "start": 1239035089,
            "stop": 1239037330
        },
        {
            "start": 1239037333,
            "stop": 1239037936
        },
        {
            "start": 1239037939,
            "stop": 1239037998
        },
        {
            "start": 1239038000,
            "stop": 1239038117
        },
        {
            "start": 1239038120,
            "stop": 1239038124
        },
        {
            "start": 1239038130,
            "stop": 1239038134
        },
        {
            "start": 1239038135,
            "stop": 1239038303
        },
        {
            "start": 1239038305,
            "stop": 1239038356
        },
        {
            "start": 1239038359,
            "stop": 1239039521
        },
        {
            "start": 1239039524,
            "stop": 1239039563
        },
        {
            "start": 1239039571,
            "stop": 1239043303
        },
        {
            "start": 1239043306,
            "stop": 1239043317
        },
        {
            "start": 1239043320,
            "stop": 1239043336
        },
        {
            "start": 1239043338,
            "stop": 1239044090
        },
        {
            "start": 1239044093,
            "stop": 1239044303
        }
    ]
}