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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40972",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40970",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40971,
    "results": [
        {
            "start": 875131919,
            "stop": 875131921
        },
        {
            "start": 875131922,
            "stop": 875131929
        },
        {
            "start": 875131931,
            "stop": 875131957
        },
        {
            "start": 875131958,
            "stop": 875131972
        },
        {
            "start": 875131973,
            "stop": 875131993
        },
        {
            "start": 875131995,
            "stop": 875132015
        },
        {
            "start": 875132016,
            "stop": 875132024
        },
        {
            "start": 875132025,
            "stop": 875132055
        },
        {
            "start": 875132056,
            "stop": 875132057
        },
        {
            "start": 875132059,
            "stop": 875132121
        },
        {
            "start": 875132123,
            "stop": 875132153
        },
        {
            "start": 875132154,
            "stop": 875132176
        },
        {
            "start": 875132177,
            "stop": 875132249
        },
        {
            "start": 875132251,
            "stop": 875132254
        },
        {
            "start": 875132255,
            "stop": 875132312
        },
        {
            "start": 875132314,
            "stop": 875132333
        },
        {
            "start": 875132336,
            "stop": 875132339
        },
        {
            "start": 875132340,
            "stop": 875132398
        },
        {
            "start": 875132399,
            "stop": 875132410
        },
        {
            "start": 875132415,
            "stop": 875132440
        }
    ]
}