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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=212",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 213,
    "results": [
        {
            "start": 931706603,
            "stop": 931706612
        },
        {
            "start": 931712153,
            "stop": 931712156
        },
        {
            "start": 931712158,
            "stop": 931712167
        },
        {
            "start": 931712169,
            "stop": 931712178
        },
        {
            "start": 931712180,
            "stop": 931712185
        },
        {
            "start": 931712186,
            "stop": 931712216
        },
        {
            "start": 931712218,
            "stop": 931712233
        },
        {
            "start": 931712234,
            "stop": 931712239
        },
        {
            "start": 931712241,
            "stop": 931712246
        },
        {
            "start": 931712248,
            "stop": 931712268
        },
        {
            "start": 931712269,
            "stop": 931712273
        },
        {
            "start": 931712275,
            "stop": 931712398
        },
        {
            "start": 931712400,
            "stop": 931712409
        },
        {
            "start": 931712413,
            "stop": 931712416
        },
        {
            "start": 931712417,
            "stop": 931712469
        },
        {
            "start": 931712470,
            "stop": 931712479
        },
        {
            "start": 931712481,
            "stop": 931712497
        },
        {
            "start": 931712499,
            "stop": 931712514
        },
        {
            "start": 931712516,
            "stop": 931712517
        },
        {
            "start": 931712518,
            "stop": 931712562
        }
    ]
}