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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=337",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=335",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 336,
    "results": [
        {
            "start": 1240650870,
            "stop": 1240650901
        },
        {
            "start": 1240650902,
            "stop": 1240650964
        },
        {
            "start": 1240650965,
            "stop": 1240650968
        },
        {
            "start": 1240650969,
            "stop": 1240651292
        },
        {
            "start": 1240651293,
            "stop": 1240651571
        },
        {
            "start": 1240651572,
            "stop": 1240651962
        },
        {
            "start": 1240651963,
            "stop": 1240651996
        },
        {
            "start": 1240652004,
            "stop": 1240652337
        },
        {
            "start": 1240652338,
            "stop": 1240652366
        },
        {
            "start": 1240652368,
            "stop": 1240652378
        },
        {
            "start": 1240652379,
            "stop": 1240652676
        },
        {
            "start": 1240652677,
            "stop": 1240652768
        },
        {
            "start": 1240652769,
            "stop": 1240652928
        },
        {
            "start": 1240652929,
            "stop": 1240653071
        },
        {
            "start": 1240653072,
            "stop": 1240653136
        },
        {
            "start": 1240653139,
            "stop": 1240653368
        },
        {
            "start": 1240653369,
            "stop": 1240653401
        },
        {
            "start": 1240653402,
            "stop": 1240653727
        },
        {
            "start": 1240653728,
            "stop": 1240654335
        },
        {
            "start": 1240654338,
            "stop": 1240654665
        }
    ]
}