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=138
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=139",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=137",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 138,
    "results": [
        {
            "start": 1239682050,
            "stop": 1239682117
        },
        {
            "start": 1239682118,
            "stop": 1239682133
        },
        {
            "start": 1239682134,
            "stop": 1239682201
        },
        {
            "start": 1239682203,
            "stop": 1239682277
        },
        {
            "start": 1239682280,
            "stop": 1239682528
        },
        {
            "start": 1239682529,
            "stop": 1239682563
        },
        {
            "start": 1239682564,
            "stop": 1239682703
        },
        {
            "start": 1239682711,
            "stop": 1239682867
        },
        {
            "start": 1239682868,
            "stop": 1239682875
        },
        {
            "start": 1239682877,
            "stop": 1239683082
        },
        {
            "start": 1239683083,
            "stop": 1239683090
        },
        {
            "start": 1239683091,
            "stop": 1239683206
        },
        {
            "start": 1239683208,
            "stop": 1239683292
        },
        {
            "start": 1239683294,
            "stop": 1239683338
        },
        {
            "start": 1239683339,
            "stop": 1239683661
        },
        {
            "start": 1239683662,
            "stop": 1239684048
        },
        {
            "start": 1239684056,
            "stop": 1239684126
        },
        {
            "start": 1239684128,
            "stop": 1239684301
        },
        {
            "start": 1239684302,
            "stop": 1239684353
        },
        {
            "start": 1239684354,
            "stop": 1239684405
        }
    ]
}