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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=279",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 280,
    "results": [
        {
            "start": 1260158118,
            "stop": 1260158312
        },
        {
            "start": 1260158315,
            "stop": 1260158870
        },
        {
            "start": 1260158873,
            "stop": 1260159605
        },
        {
            "start": 1260159613,
            "stop": 1260159615
        },
        {
            "start": 1260159618,
            "stop": 1260160047
        },
        {
            "start": 1260160049,
            "stop": 1260160346
        },
        {
            "start": 1260160348,
            "stop": 1260160730
        },
        {
            "start": 1260160732,
            "stop": 1260160893
        },
        {
            "start": 1260160896,
            "stop": 1260161360
        },
        {
            "start": 1260161362,
            "stop": 1260162101
        },
        {
            "start": 1260162102,
            "stop": 1260162107
        },
        {
            "start": 1260162108,
            "stop": 1260162548
        },
        {
            "start": 1260162549,
            "stop": 1260162884
        },
        {
            "start": 1260162886,
            "stop": 1260163684
        },
        {
            "start": 1260163685,
            "stop": 1260163697
        },
        {
            "start": 1260163698,
            "stop": 1260164119
        },
        {
            "start": 1260164121,
            "stop": 1260164250
        },
        {
            "start": 1260164251,
            "stop": 1260164267
        },
        {
            "start": 1260164269,
            "stop": 1260164346
        },
        {
            "start": 1260164347,
            "stop": 1260164418
        }
    ]
}