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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5937",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5935",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5936,
    "results": [
        {
            "start": 875208296,
            "stop": 875208305
        },
        {
            "start": 875208308,
            "stop": 875208316
        },
        {
            "start": 875208319,
            "stop": 875208394
        },
        {
            "start": 875208397,
            "stop": 875208422
        },
        {
            "start": 875208425,
            "stop": 875208462
        },
        {
            "start": 875208468,
            "stop": 875208528
        },
        {
            "start": 875208531,
            "stop": 875208617
        },
        {
            "start": 875208620,
            "stop": 875208679
        },
        {
            "start": 875208685,
            "stop": 875208720
        },
        {
            "start": 875208723,
            "stop": 875208809
        },
        {
            "start": 875208812,
            "stop": 875208844
        },
        {
            "start": 875208848,
            "stop": 875208850
        },
        {
            "start": 875208853,
            "stop": 875208856
        },
        {
            "start": 875208859,
            "stop": 875208927
        },
        {
            "start": 875208930,
            "stop": 875208960
        },
        {
            "start": 875208963,
            "stop": 875209000
        },
        {
            "start": 875209004,
            "stop": 875209107
        },
        {
            "start": 875209110,
            "stop": 875209134
        },
        {
            "start": 875209139,
            "stop": 875209147
        },
        {
            "start": 875209150,
            "stop": 875209151
        }
    ]
}