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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=723",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=721",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 722,
    "results": [
        {
            "start": 1267396708,
            "stop": 1267396977
        },
        {
            "start": 1267396978,
            "stop": 1267397099
        },
        {
            "start": 1267397102,
            "stop": 1267397236
        },
        {
            "start": 1267397238,
            "stop": 1267397469
        },
        {
            "start": 1267397472,
            "stop": 1267397651
        },
        {
            "start": 1267404266,
            "stop": 1267405825
        },
        {
            "start": 1267405828,
            "stop": 1267406052
        },
        {
            "start": 1267406053,
            "stop": 1267406331
        },
        {
            "start": 1267406332,
            "stop": 1267406426
        },
        {
            "start": 1267406428,
            "stop": 1267408163
        },
        {
            "start": 1267408165,
            "stop": 1267409122
        },
        {
            "start": 1267409123,
            "stop": 1267415163
        },
        {
            "start": 1267415168,
            "stop": 1267416558
        },
        {
            "start": 1267416561,
            "stop": 1267418316
        },
        {
            "start": 1267418319,
            "stop": 1267418683
        },
        {
            "start": 1267418688,
            "stop": 1267419393
        },
        {
            "start": 1267419398,
            "stop": 1267421060
        },
        {
            "start": 1267421063,
            "stop": 1267421257
        },
        {
            "start": 1267421260,
            "stop": 1267426114
        },
        {
            "start": 1267426117,
            "stop": 1267428872
        }
    ]
}