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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=292",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 293,
    "results": [
        {
            "start": 820916239,
            "stop": 820916266
        },
        {
            "start": 820916269,
            "stop": 820916402
        },
        {
            "start": 820916405,
            "stop": 820916482
        },
        {
            "start": 820916485,
            "stop": 820916618
        },
        {
            "start": 820916622,
            "stop": 820916837
        },
        {
            "start": 820916840,
            "stop": 820916861
        },
        {
            "start": 820916864,
            "stop": 820917575
        },
        {
            "start": 820917578,
            "stop": 820917789
        },
        {
            "start": 820917792,
            "stop": 820918055
        },
        {
            "start": 820918058,
            "stop": 820918147
        },
        {
            "start": 820918150,
            "stop": 820919091
        },
        {
            "start": 820919095,
            "stop": 820919291
        },
        {
            "start": 820919294,
            "stop": 820919805
        },
        {
            "start": 820919808,
            "stop": 820920088
        },
        {
            "start": 820920091,
            "stop": 820920126
        },
        {
            "start": 820920134,
            "stop": 820920141
        },
        {
            "start": 820920144,
            "stop": 820920247
        },
        {
            "start": 820920882,
            "stop": 820921011
        },
        {
            "start": 820921014,
            "stop": 820921060
        },
        {
            "start": 820921063,
            "stop": 820921330
        }
    ]
}