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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=261",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 262,
    "results": [
        {
            "start": 962938676,
            "stop": 962938679
        },
        {
            "start": 962938683,
            "stop": 962938704
        },
        {
            "start": 962938708,
            "stop": 962939239
        },
        {
            "start": 962939242,
            "stop": 962939254
        },
        {
            "start": 962939258,
            "stop": 962939295
        },
        {
            "start": 962939299,
            "stop": 962939658
        },
        {
            "start": 962939668,
            "stop": 962939670
        },
        {
            "start": 962939673,
            "stop": 962939741
        },
        {
            "start": 962939744,
            "stop": 962939745
        },
        {
            "start": 962939749,
            "stop": 962939957
        },
        {
            "start": 962939961,
            "stop": 962939983
        },
        {
            "start": 962939986,
            "stop": 962940012
        },
        {
            "start": 962940015,
            "stop": 962942571
        },
        {
            "start": 962942575,
            "stop": 962942827
        },
        {
            "start": 962942830,
            "stop": 962942832
        },
        {
            "start": 962942837,
            "stop": 962942918
        },
        {
            "start": 962942922,
            "stop": 962942950
        },
        {
            "start": 962942954,
            "stop": 962942957
        },
        {
            "start": 962942961,
            "stop": 962943046
        },
        {
            "start": 962943056,
            "stop": 962943167
        }
    ]
}