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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3236",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3237,
    "results": [
        {
            "start": 872213555,
            "stop": 872213580
        },
        {
            "start": 872213640,
            "stop": 872213700
        },
        {
            "start": 872213820,
            "stop": 872213869
        },
        {
            "start": 872213874,
            "stop": 872213880
        },
        {
            "start": 872213940,
            "stop": 872214180
        },
        {
            "start": 872214240,
            "stop": 872214265
        },
        {
            "start": 872214268,
            "stop": 872214360
        },
        {
            "start": 872214420,
            "stop": 872214540
        },
        {
            "start": 872214600,
            "stop": 872214782
        },
        {
            "start": 872214785,
            "stop": 872214923
        },
        {
            "start": 872214927,
            "stop": 872214929
        },
        {
            "start": 872214935,
            "stop": 872215440
        },
        {
            "start": 872215560,
            "stop": 872215672
        },
        {
            "start": 872215675,
            "stop": 872215762
        },
        {
            "start": 872215765,
            "stop": 872215934
        },
        {
            "start": 872215938,
            "stop": 872218620
        },
        {
            "start": 872218680,
            "stop": 872218800
        },
        {
            "start": 872218860,
            "stop": 872220313
        },
        {
            "start": 872220316,
            "stop": 872220790
        },
        {
            "start": 872220793,
            "stop": 872221003
        }
    ]
}