Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33320
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33321",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33319",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33320,
    "results": [
        {
            "start": 971013522,
            "stop": 971013524
        },
        {
            "start": 971013528,
            "stop": 971013530
        },
        {
            "start": 971013531,
            "stop": 971013549
        },
        {
            "start": 971013550,
            "stop": 971013563
        },
        {
            "start": 971013565,
            "stop": 971013570
        },
        {
            "start": 971013573,
            "stop": 971013589
        },
        {
            "start": 971013591,
            "stop": 971013593
        },
        {
            "start": 971013594,
            "stop": 971013611
        },
        {
            "start": 971013612,
            "stop": 971013615
        },
        {
            "start": 971013736,
            "stop": 971013750
        },
        {
            "start": 971013755,
            "stop": 971013761
        },
        {
            "start": 971013762,
            "stop": 971013772
        },
        {
            "start": 971013774,
            "stop": 971013782
        },
        {
            "start": 971013786,
            "stop": 971013801
        },
        {
            "start": 971013804,
            "stop": 971013808
        },
        {
            "start": 971013810,
            "stop": 971013829
        },
        {
            "start": 971013830,
            "stop": 971013833
        },
        {
            "start": 971013836,
            "stop": 971013843
        },
        {
            "start": 971013849,
            "stop": 971013857
        },
        {
            "start": 971013858,
            "stop": 971013860
        }
    ]
}