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=1655
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=1656",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1654",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1655,
    "results": [
        {
            "start": 1248282494,
            "stop": 1248282497
        },
        {
            "start": 1248282498,
            "stop": 1248282500
        },
        {
            "start": 1248282501,
            "stop": 1248282516
        },
        {
            "start": 1248282517,
            "stop": 1248282595
        },
        {
            "start": 1248282596,
            "stop": 1248282674
        },
        {
            "start": 1248282676,
            "stop": 1248282678
        },
        {
            "start": 1248282685,
            "stop": 1248282686
        },
        {
            "start": 1248282701,
            "stop": 1248282709
        },
        {
            "start": 1248282712,
            "stop": 1248282713
        },
        {
            "start": 1248282719,
            "stop": 1248283036
        },
        {
            "start": 1248283039,
            "stop": 1248283041
        },
        {
            "start": 1248283044,
            "stop": 1248283052
        },
        {
            "start": 1248283054,
            "stop": 1248283067
        },
        {
            "start": 1248283068,
            "stop": 1248283073
        },
        {
            "start": 1248283080,
            "stop": 1248283090
        },
        {
            "start": 1248283091,
            "stop": 1248283092
        },
        {
            "start": 1248283108,
            "stop": 1248283152
        },
        {
            "start": 1248283153,
            "stop": 1248283161
        },
        {
            "start": 1248283162,
            "stop": 1248283266
        },
        {
            "start": 1248283269,
            "stop": 1248283453
        }
    ]
}