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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=240",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 241,
    "results": [
        {
            "start": 865270260,
            "stop": 865281951
        },
        {
            "start": 865297518,
            "stop": 865330278
        },
        {
            "start": 865332938,
            "stop": 865345166
        },
        {
            "start": 865356001,
            "stop": 865361563
        },
        {
            "start": 865362492,
            "stop": 865362569
        },
        {
            "start": 865362969,
            "stop": 865364585
        },
        {
            "start": 865367802,
            "stop": 865373528
        },
        {
            "start": 865373983,
            "stop": 865374004
        },
        {
            "start": 865389878,
            "stop": 865397967
        },
        {
            "start": 865400553,
            "stop": 865465030
        },
        {
            "start": 865466399,
            "stop": 865474614
        },
        {
            "start": 865475370,
            "stop": 865490953
        },
        {
            "start": 865491711,
            "stop": 865542442
        },
        {
            "start": 865544081,
            "stop": 865557016
        },
        {
            "start": 865557960,
            "stop": 865612843
        },
        {
            "start": 865613009,
            "stop": 865613956
        },
        {
            "start": 865622921,
            "stop": 865625881
        },
        {
            "start": 865626700,
            "stop": 865645388
        },
        {
            "start": 865646027,
            "stop": 865668350
        },
        {
            "start": 865671422,
            "stop": 865684177
        }
    ]
}