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=40760
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=40761",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40759",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40760,
    "results": [
        {
            "start": 874976864,
            "stop": 874976868
        },
        {
            "start": 874976869,
            "stop": 874976879
        },
        {
            "start": 874976880,
            "stop": 874976909
        },
        {
            "start": 874976910,
            "stop": 874976927
        },
        {
            "start": 874976928,
            "stop": 874977005
        },
        {
            "start": 874977006,
            "stop": 874977009
        },
        {
            "start": 874977010,
            "stop": 874977013
        },
        {
            "start": 874977015,
            "stop": 874977018
        },
        {
            "start": 874977019,
            "stop": 874977028
        },
        {
            "start": 874977029,
            "stop": 874977099
        },
        {
            "start": 874977100,
            "stop": 874977102
        },
        {
            "start": 874977103,
            "stop": 874977156
        },
        {
            "start": 874977157,
            "stop": 874977160
        },
        {
            "start": 874977161,
            "stop": 874977166
        },
        {
            "start": 874977167,
            "stop": 874977199
        },
        {
            "start": 874977200,
            "stop": 874977206
        },
        {
            "start": 874977207,
            "stop": 874977270
        },
        {
            "start": 874977365,
            "stop": 874977374
        },
        {
            "start": 874977377,
            "stop": 874977379
        },
        {
            "start": 874977381,
            "stop": 874977386
        }
    ]
}