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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5797",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5795",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5796,
    "results": [
        {
            "start": 874684777,
            "stop": 874684919
        },
        {
            "start": 874684922,
            "stop": 874684940
        },
        {
            "start": 874684943,
            "stop": 874684962
        },
        {
            "start": 874684965,
            "stop": 874684982
        },
        {
            "start": 874684986,
            "stop": 874684988
        },
        {
            "start": 874684991,
            "stop": 874685015
        },
        {
            "start": 874685018,
            "stop": 874685021
        },
        {
            "start": 874685024,
            "stop": 874685038
        },
        {
            "start": 874685041,
            "stop": 874685078
        },
        {
            "start": 874685081,
            "stop": 874685090
        },
        {
            "start": 874685093,
            "stop": 874685141
        },
        {
            "start": 874685144,
            "stop": 874685207
        },
        {
            "start": 874685210,
            "stop": 874685238
        },
        {
            "start": 874685242,
            "stop": 874685250
        },
        {
            "start": 874685254,
            "stop": 874685264
        },
        {
            "start": 874685268,
            "stop": 874685288
        },
        {
            "start": 874685292,
            "stop": 874685320
        },
        {
            "start": 874685323,
            "stop": 874685371
        },
        {
            "start": 874685379,
            "stop": 874685396
        },
        {
            "start": 874685399,
            "stop": 874685401
        }
    ]
}