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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=219",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 220,
    "results": [
        {
            "start": 841962698,
            "stop": 841966072
        },
        {
            "start": 841966074,
            "stop": 842021289
        },
        {
            "start": 842021290,
            "stop": 842021309
        },
        {
            "start": 842021311,
            "stop": 842027293
        },
        {
            "start": 842027332,
            "stop": 842027334
        },
        {
            "start": 842027383,
            "stop": 842027538
        },
        {
            "start": 842027541,
            "stop": 842028017
        },
        {
            "start": 842028020,
            "stop": 842028050
        },
        {
            "start": 842028053,
            "stop": 842028382
        },
        {
            "start": 842028385,
            "stop": 842028386
        },
        {
            "start": 842028389,
            "stop": 842033353
        },
        {
            "start": 842033385,
            "stop": 842033386
        },
        {
            "start": 842033501,
            "stop": 842035627
        },
        {
            "start": 842035630,
            "stop": 842037013
        },
        {
            "start": 842038209,
            "stop": 842038684
        },
        {
            "start": 842038984,
            "stop": 842043855
        },
        {
            "start": 842043858,
            "stop": 842044484
        },
        {
            "start": 842044486,
            "stop": 842046973
        },
        {
            "start": 842047403,
            "stop": 842047453
        },
        {
            "start": 842047455,
            "stop": 842048172
        }
    ]
}