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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=406",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=404",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 405,
    "results": [
        {
            "start": 847787935,
            "stop": 847787956
        },
        {
            "start": 847787957,
            "stop": 847787977
        },
        {
            "start": 847787978,
            "stop": 847788000
        },
        {
            "start": 847788001,
            "stop": 847788041
        },
        {
            "start": 847788042,
            "stop": 847788044
        },
        {
            "start": 847788046,
            "stop": 847788062
        },
        {
            "start": 847788063,
            "stop": 847788084
        },
        {
            "start": 847788086,
            "stop": 847788102
        },
        {
            "start": 847788103,
            "stop": 847788104
        },
        {
            "start": 847788106,
            "stop": 847788178
        },
        {
            "start": 847788180,
            "stop": 847788184
        },
        {
            "start": 847788185,
            "stop": 847788263
        },
        {
            "start": 847788266,
            "stop": 847788306
        },
        {
            "start": 847788308,
            "stop": 847788391
        },
        {
            "start": 847788393,
            "stop": 847788473
        },
        {
            "start": 847788474,
            "stop": 847788488
        },
        {
            "start": 847788489,
            "stop": 847788515
        },
        {
            "start": 847788517,
            "stop": 847788529
        },
        {
            "start": 847788530,
            "stop": 847788574
        },
        {
            "start": 847788575,
            "stop": 847788580
        }
    ]
}