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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46945",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46943",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46944,
    "results": [
        {
            "start": 875202077,
            "stop": 875202258
        },
        {
            "start": 875202261,
            "stop": 875202262
        },
        {
            "start": 875202263,
            "stop": 875202279
        },
        {
            "start": 875202280,
            "stop": 875202289
        },
        {
            "start": 875202290,
            "stop": 875202291
        },
        {
            "start": 875202292,
            "stop": 875202303
        },
        {
            "start": 875202304,
            "stop": 875202369
        },
        {
            "start": 875202370,
            "stop": 875202398
        },
        {
            "start": 875202399,
            "stop": 875202462
        },
        {
            "start": 875202463,
            "stop": 875202499
        },
        {
            "start": 875202500,
            "stop": 875202596
        },
        {
            "start": 875202597,
            "stop": 875202610
        },
        {
            "start": 875202611,
            "stop": 875202705
        },
        {
            "start": 875202706,
            "stop": 875202710
        },
        {
            "start": 875202711,
            "stop": 875202727
        },
        {
            "start": 875202729,
            "stop": 875202737
        },
        {
            "start": 875202738,
            "stop": 875202761
        },
        {
            "start": 875202762,
            "stop": 875202789
        },
        {
            "start": 875202790,
            "stop": 875202798
        },
        {
            "start": 875202800,
            "stop": 875202844
        }
    ]
}