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=40918
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=40919",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40917",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40918,
    "results": [
        {
            "start": 875101854,
            "stop": 875101868
        },
        {
            "start": 875101869,
            "stop": 875101878
        },
        {
            "start": 875101879,
            "stop": 875101903
        },
        {
            "start": 875101904,
            "stop": 875101929
        },
        {
            "start": 875101930,
            "stop": 875101957
        },
        {
            "start": 875101958,
            "stop": 875102112
        },
        {
            "start": 875102113,
            "stop": 875102134
        },
        {
            "start": 875102135,
            "stop": 875102161
        },
        {
            "start": 875102162,
            "stop": 875102165
        },
        {
            "start": 875102166,
            "stop": 875102167
        },
        {
            "start": 875102168,
            "stop": 875102169
        },
        {
            "start": 875102170,
            "stop": 875102192
        },
        {
            "start": 875102193,
            "stop": 875102228
        },
        {
            "start": 875102229,
            "stop": 875102238
        },
        {
            "start": 875102239,
            "stop": 875102263
        },
        {
            "start": 875102264,
            "stop": 875102291
        },
        {
            "start": 875102292,
            "stop": 875102294
        },
        {
            "start": 875102295,
            "stop": 875102312
        },
        {
            "start": 875102313,
            "stop": 875102394
        },
        {
            "start": 875102395,
            "stop": 875102411
        }
    ]
}