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=89
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=90",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=88",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 89,
    "results": [
        {
            "start": 931088867,
            "stop": 931088868
        },
        {
            "start": 931088869,
            "stop": 931088870
        },
        {
            "start": 931088872,
            "stop": 931088881
        },
        {
            "start": 931088882,
            "stop": 931088887
        },
        {
            "start": 931088888,
            "stop": 931088889
        },
        {
            "start": 931088891,
            "stop": 931088893
        },
        {
            "start": 931088894,
            "stop": 931088896
        },
        {
            "start": 931088899,
            "stop": 931088900
        },
        {
            "start": 931088905,
            "stop": 931088906
        },
        {
            "start": 931088907,
            "stop": 931088908
        },
        {
            "start": 931088910,
            "stop": 931088911
        },
        {
            "start": 931088912,
            "stop": 931088913
        },
        {
            "start": 931088914,
            "stop": 931088920
        },
        {
            "start": 931088922,
            "stop": 931088928
        },
        {
            "start": 931088930,
            "stop": 931088931
        },
        {
            "start": 931088932,
            "stop": 931088944
        },
        {
            "start": 931088945,
            "stop": 931088947
        },
        {
            "start": 931088949,
            "stop": 931088950
        },
        {
            "start": 931088951,
            "stop": 931088952
        },
        {
            "start": 931088954,
            "stop": 931088958
        }
    ]
}