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=1749
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=1750",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1748",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1749,
    "results": [
        {
            "start": 1249422840,
            "stop": 1249422972
        },
        {
            "start": 1249422975,
            "stop": 1249423194
        },
        {
            "start": 1249423197,
            "stop": 1249423529
        },
        {
            "start": 1249423532,
            "stop": 1249424700
        },
        {
            "start": 1249424702,
            "stop": 1249425107
        },
        {
            "start": 1249425110,
            "stop": 1249425336
        },
        {
            "start": 1249425339,
            "stop": 1249425448
        },
        {
            "start": 1249425451,
            "stop": 1249425719
        },
        {
            "start": 1249425722,
            "stop": 1249425783
        },
        {
            "start": 1249425785,
            "stop": 1249426075
        },
        {
            "start": 1249426078,
            "stop": 1249426794
        },
        {
            "start": 1249426797,
            "stop": 1249427955
        },
        {
            "start": 1249427958,
            "stop": 1249429497
        },
        {
            "start": 1249429500,
            "stop": 1249429724
        },
        {
            "start": 1249429727,
            "stop": 1249429813
        },
        {
            "start": 1249429816,
            "stop": 1249429824
        },
        {
            "start": 1249429828,
            "stop": 1249429892
        },
        {
            "start": 1249429893,
            "stop": 1249429901
        },
        {
            "start": 1249429911,
            "stop": 1249429920
        },
        {
            "start": 1249429923,
            "stop": 1249429958
        }
    ]
}