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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=53",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 54,
    "results": [
        {
            "start": 1257428011,
            "stop": 1257428012
        },
        {
            "start": 1257428013,
            "stop": 1257428148
        },
        {
            "start": 1257428149,
            "stop": 1257428392
        },
        {
            "start": 1257428395,
            "stop": 1257428451
        },
        {
            "start": 1257428454,
            "stop": 1257428551
        },
        {
            "start": 1257428554,
            "stop": 1257428566
        },
        {
            "start": 1257428569,
            "stop": 1257428971
        },
        {
            "start": 1257428974,
            "stop": 1257429233
        },
        {
            "start": 1257429236,
            "stop": 1257429247
        },
        {
            "start": 1257429250,
            "stop": 1257429265
        },
        {
            "start": 1257429268,
            "stop": 1257429680
        },
        {
            "start": 1257429683,
            "stop": 1257429806
        },
        {
            "start": 1257429809,
            "stop": 1257430324
        },
        {
            "start": 1257430327,
            "stop": 1257430628
        },
        {
            "start": 1257430629,
            "stop": 1257430718
        },
        {
            "start": 1257430721,
            "stop": 1257430968
        },
        {
            "start": 1257430971,
            "stop": 1257431204
        },
        {
            "start": 1257431207,
            "stop": 1257431249
        },
        {
            "start": 1257431252,
            "stop": 1257431312
        },
        {
            "start": 1257431315,
            "stop": 1257431338
        }
    ]
}