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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=752",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=750",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 751,
    "results": [
        {
            "start": 1268392821,
            "stop": 1268392853
        },
        {
            "start": 1268392856,
            "stop": 1268393607
        },
        {
            "start": 1268393609,
            "stop": 1268396639
        },
        {
            "start": 1268396642,
            "stop": 1268397416
        },
        {
            "start": 1268397419,
            "stop": 1268397786
        },
        {
            "start": 1268397789,
            "stop": 1268402383
        },
        {
            "start": 1268402386,
            "stop": 1268402796
        },
        {
            "start": 1268402804,
            "stop": 1268404469
        },
        {
            "start": 1268404477,
            "stop": 1268407015
        },
        {
            "start": 1268407018,
            "stop": 1268409010
        },
        {
            "start": 1268409013,
            "stop": 1268418614
        },
        {
            "start": 1268428757,
            "stop": 1268429441
        },
        {
            "start": 1268429444,
            "stop": 1268430468
        },
        {
            "start": 1268430470,
            "stop": 1268431187
        },
        {
            "start": 1268431190,
            "stop": 1268431447
        },
        {
            "start": 1268431450,
            "stop": 1268432199
        },
        {
            "start": 1268432202,
            "stop": 1268436968
        },
        {
            "start": 1268436971,
            "stop": 1268437407
        },
        {
            "start": 1268437411,
            "stop": 1268444457
        },
        {
            "start": 1268444460,
            "stop": 1268448939
        }
    ]
}