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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=928",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=926",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 927,
    "results": [
        {
            "start": 865788140,
            "stop": 865788620
        },
        {
            "start": 865788799,
            "stop": 865789039
        },
        {
            "start": 865789194,
            "stop": 865789734
        },
        {
            "start": 865789955,
            "stop": 865790945
        },
        {
            "start": 865791229,
            "stop": 865791949
        },
        {
            "start": 865792379,
            "stop": 865793039
        },
        {
            "start": 865793739,
            "stop": 865794759
        },
        {
            "start": 865794924,
            "stop": 865795224
        },
        {
            "start": 865796596,
            "stop": 865797196
        },
        {
            "start": 865797367,
            "stop": 865798327
        },
        {
            "start": 865812605,
            "stop": 865812665
        },
        {
            "start": 865812695,
            "stop": 865812935
        },
        {
            "start": 865813083,
            "stop": 865816803
        },
        {
            "start": 865817031,
            "stop": 865817571
        },
        {
            "start": 865818040,
            "stop": 865824100
        },
        {
            "start": 865826740,
            "stop": 865827130
        },
        {
            "start": 865827460,
            "stop": 865827520
        },
        {
            "start": 865827760,
            "stop": 865828060
        },
        {
            "start": 865828210,
            "stop": 865828660
        },
        {
            "start": 865828750,
            "stop": 865828810
        }
    ]
}