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=46851
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=46852",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46850",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46851,
    "results": [
        {
            "start": 875140246,
            "stop": 875140253
        },
        {
            "start": 875140256,
            "stop": 875140273
        },
        {
            "start": 875140274,
            "stop": 875140275
        },
        {
            "start": 875140276,
            "stop": 875140311
        },
        {
            "start": 875140312,
            "stop": 875140317
        },
        {
            "start": 875140319,
            "stop": 875140351
        },
        {
            "start": 875140354,
            "stop": 875140360
        },
        {
            "start": 875140361,
            "stop": 875140368
        },
        {
            "start": 875140371,
            "stop": 875140373
        },
        {
            "start": 875140374,
            "stop": 875140401
        },
        {
            "start": 875140402,
            "stop": 875140435
        },
        {
            "start": 875140436,
            "stop": 875140453
        },
        {
            "start": 875140454,
            "stop": 875140466
        },
        {
            "start": 875140468,
            "stop": 875140469
        },
        {
            "start": 875140472,
            "stop": 875140481
        },
        {
            "start": 875140485,
            "stop": 875140488
        },
        {
            "start": 875140489,
            "stop": 875140499
        },
        {
            "start": 875140502,
            "stop": 875140509
        },
        {
            "start": 875140511,
            "stop": 875140519
        },
        {
            "start": 875140522,
            "stop": 875140523
        }
    ]
}