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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=83",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 84,
    "results": [
        {
            "start": 1173965990,
            "stop": 1173976601
        },
        {
            "start": 1173976626,
            "stop": 1173981656
        },
        {
            "start": 1173981661,
            "stop": 1173983124
        },
        {
            "start": 1173983127,
            "stop": 1173988686
        },
        {
            "start": 1173988690,
            "stop": 1173989194
        },
        {
            "start": 1173989197,
            "stop": 1173989199
        },
        {
            "start": 1173989202,
            "stop": 1173997441
        },
        {
            "start": 1173997444,
            "stop": 1173999496
        },
        {
            "start": 1173999500,
            "stop": 1174008067
        },
        {
            "start": 1174008071,
            "stop": 1174013236
        },
        {
            "start": 1174013237,
            "stop": 1174013245
        },
        {
            "start": 1174013248,
            "stop": 1174013254
        },
        {
            "start": 1174013256,
            "stop": 1174013319
        },
        {
            "start": 1174013320,
            "stop": 1174013395
        },
        {
            "start": 1174013396,
            "stop": 1174013473
        },
        {
            "start": 1174013474,
            "stop": 1174013518
        },
        {
            "start": 1174013524,
            "stop": 1174013691
        },
        {
            "start": 1174013695,
            "stop": 1174015074
        },
        {
            "start": 1174015075,
            "stop": 1174015076
        },
        {
            "start": 1174015082,
            "stop": 1174015294
        }
    ]
}