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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=24",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 25,
    "results": [
        {
            "start": 817460989,
            "stop": 817484995
        },
        {
            "start": 817486380,
            "stop": 817488302
        },
        {
            "start": 817491662,
            "stop": 817492352
        },
        {
            "start": 817492870,
            "stop": 817496057
        },
        {
            "start": 817496470,
            "stop": 817503224
        },
        {
            "start": 817503544,
            "stop": 817503624
        },
        {
            "start": 817504024,
            "stop": 817504123
        },
        {
            "start": 817507859,
            "stop": 817507999
        },
        {
            "start": 817509065,
            "stop": 817510020
        },
        {
            "start": 817510583,
            "stop": 817515053
        },
        {
            "start": 817515054,
            "stop": 817549399
        },
        {
            "start": 817549799,
            "stop": 817552531
        },
        {
            "start": 817553568,
            "stop": 817554255
        },
        {
            "start": 817554764,
            "stop": 817564236
        },
        {
            "start": 817564674,
            "stop": 817565053
        },
        {
            "start": 817567460,
            "stop": 817569323
        },
        {
            "start": 817569856,
            "stop": 817570694
        },
        {
            "start": 817571014,
            "stop": 817571549
        },
        {
            "start": 817571949,
            "stop": 817574850
        },
        {
            "start": 817574851,
            "stop": 817592566
        }
    ]
}