Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46739
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46740",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46738",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46739,
    "results": [
        {
            "start": 875070151,
            "stop": 875070291
        },
        {
            "start": 875070292,
            "stop": 875070293
        },
        {
            "start": 875070294,
            "stop": 875070341
        },
        {
            "start": 875070343,
            "stop": 875070547
        },
        {
            "start": 875070548,
            "stop": 875070799
        },
        {
            "start": 875070800,
            "stop": 875070833
        },
        {
            "start": 875070834,
            "stop": 875070903
        },
        {
            "start": 875070905,
            "stop": 875071120
        },
        {
            "start": 875071123,
            "stop": 875071312
        },
        {
            "start": 875071314,
            "stop": 875071348
        },
        {
            "start": 875071351,
            "stop": 875071404
        },
        {
            "start": 875071405,
            "stop": 875071430
        },
        {
            "start": 875071432,
            "stop": 875071453
        },
        {
            "start": 875071454,
            "stop": 875071469
        },
        {
            "start": 875071470,
            "stop": 875071654
        },
        {
            "start": 875071655,
            "stop": 875071748
        },
        {
            "start": 875071749,
            "stop": 875071758
        },
        {
            "start": 875071759,
            "stop": 875071844
        },
        {
            "start": 875071848,
            "stop": 875071993
        },
        {
            "start": 875071994,
            "stop": 875072011
        }
    ]
}