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=197
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=198",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=196",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 197,
    "results": [
        {
            "start": 1239949003,
            "stop": 1239949347
        },
        {
            "start": 1239949349,
            "stop": 1239949445
        },
        {
            "start": 1239949448,
            "stop": 1239949580
        },
        {
            "start": 1239949581,
            "stop": 1239949681
        },
        {
            "start": 1239949682,
            "stop": 1239950291
        },
        {
            "start": 1239950293,
            "stop": 1239950492
        },
        {
            "start": 1239950495,
            "stop": 1239950577
        },
        {
            "start": 1239950578,
            "stop": 1239950685
        },
        {
            "start": 1239950686,
            "stop": 1239950753
        },
        {
            "start": 1239950756,
            "stop": 1239951298
        },
        {
            "start": 1239951301,
            "stop": 1239951960
        },
        {
            "start": 1239951961,
            "stop": 1239952176
        },
        {
            "start": 1239952179,
            "stop": 1239952449
        },
        {
            "start": 1239952450,
            "stop": 1239952746
        },
        {
            "start": 1239952748,
            "stop": 1239953166
        },
        {
            "start": 1239953168,
            "stop": 1239953198
        },
        {
            "start": 1239953200,
            "stop": 1239953323
        },
        {
            "start": 1239953324,
            "stop": 1239953352
        },
        {
            "start": 1239953353,
            "stop": 1239953552
        },
        {
            "start": 1239953554,
            "stop": 1239953815
        }
    ]
}