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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7213",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7214,
    "results": [
        {
            "start": 874689634,
            "stop": 874689767
        },
        {
            "start": 874689768,
            "stop": 874689770
        },
        {
            "start": 874689772,
            "stop": 874689774
        },
        {
            "start": 874689777,
            "stop": 874689779
        },
        {
            "start": 874689780,
            "stop": 874689782
        },
        {
            "start": 874689783,
            "stop": 874689786
        },
        {
            "start": 874689787,
            "stop": 874689789
        },
        {
            "start": 874689790,
            "stop": 874689792
        },
        {
            "start": 874689793,
            "stop": 874689796
        },
        {
            "start": 874689798,
            "stop": 874689799
        },
        {
            "start": 874689801,
            "stop": 874689805
        },
        {
            "start": 874689806,
            "stop": 874689810
        },
        {
            "start": 874689811,
            "stop": 874689813
        },
        {
            "start": 874689815,
            "stop": 874689843
        },
        {
            "start": 874689844,
            "stop": 874689845
        },
        {
            "start": 874689847,
            "stop": 874690086
        },
        {
            "start": 874690087,
            "stop": 874690354
        },
        {
            "start": 874690355,
            "stop": 874690427
        },
        {
            "start": 874690428,
            "stop": 874690517
        },
        {
            "start": 874690518,
            "stop": 874690701
        }
    ]
}