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/O3b/timelines/H1_BURST_CAT3/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/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=88",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 89,
    "results": [
        {
            "start": 1257736596,
            "stop": 1257745849
        },
        {
            "start": 1257745851,
            "stop": 1257746337
        },
        {
            "start": 1257746340,
            "stop": 1257746865
        },
        {
            "start": 1257746868,
            "stop": 1257747271
        },
        {
            "start": 1257747274,
            "stop": 1257751240
        },
        {
            "start": 1257751248,
            "stop": 1257752748
        },
        {
            "start": 1257752751,
            "stop": 1257753273
        },
        {
            "start": 1257753276,
            "stop": 1257754352
        },
        {
            "start": 1257754355,
            "stop": 1257754839
        },
        {
            "start": 1257754842,
            "stop": 1257754990
        },
        {
            "start": 1257754993,
            "stop": 1257757284
        },
        {
            "start": 1257761673,
            "stop": 1257762425
        },
        {
            "start": 1257762428,
            "stop": 1257763867
        },
        {
            "start": 1257763873,
            "stop": 1257765636
        },
        {
            "start": 1257765639,
            "stop": 1257765641
        },
        {
            "start": 1257765644,
            "stop": 1257765925
        },
        {
            "start": 1257765928,
            "stop": 1257767485
        },
        {
            "start": 1257767488,
            "stop": 1257767504
        },
        {
            "start": 1257767507,
            "stop": 1257769995
        },
        {
            "start": 1257769998,
            "stop": 1257771884
        }
    ]
}