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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=245",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 246,
    "results": [
        {
            "start": 821680863,
            "stop": 821680871
        },
        {
            "start": 821680874,
            "stop": 821680880
        },
        {
            "start": 821680884,
            "stop": 821680885
        },
        {
            "start": 821680889,
            "stop": 821680891
        },
        {
            "start": 821680897,
            "stop": 821680901
        },
        {
            "start": 821680904,
            "stop": 821680911
        },
        {
            "start": 821680914,
            "stop": 821680927
        },
        {
            "start": 821680930,
            "stop": 821680961
        },
        {
            "start": 821680964,
            "stop": 821680981
        },
        {
            "start": 821680991,
            "stop": 821681001
        },
        {
            "start": 821681008,
            "stop": 821681029
        },
        {
            "start": 821681036,
            "stop": 821681052
        },
        {
            "start": 821681055,
            "stop": 821681073
        },
        {
            "start": 821681076,
            "stop": 821681132
        },
        {
            "start": 821681135,
            "stop": 821681137
        },
        {
            "start": 821681140,
            "stop": 821681147
        },
        {
            "start": 821681150,
            "stop": 821681151
        },
        {
            "start": 821681154,
            "stop": 821681160
        },
        {
            "start": 821681163,
            "stop": 821681178
        },
        {
            "start": 821681184,
            "stop": 821681185
        }
    ]
}