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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=88",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 89,
    "results": [
        {
            "start": 1411183476,
            "stop": 1411197742
        },
        {
            "start": 1411197746,
            "stop": 1411202449
        },
        {
            "start": 1411202454,
            "stop": 1411206774
        },
        {
            "start": 1411206779,
            "stop": 1411210322
        },
        {
            "start": 1411210327,
            "stop": 1411211921
        },
        {
            "start": 1411211925,
            "stop": 1411222944
        },
        {
            "start": 1411255548,
            "stop": 1411257128
        },
        {
            "start": 1411257133,
            "stop": 1411257318
        },
        {
            "start": 1411257348,
            "stop": 1411257608
        },
        {
            "start": 1411257611,
            "stop": 1411261006
        },
        {
            "start": 1411261077,
            "stop": 1411261812
        },
        {
            "start": 1411261817,
            "stop": 1411262189
        },
        {
            "start": 1411283290,
            "stop": 1411283372
        },
        {
            "start": 1411283377,
            "stop": 1411283382
        },
        {
            "start": 1411292488,
            "stop": 1411295997
        },
        {
            "start": 1411296002,
            "stop": 1411297875
        },
        {
            "start": 1411315533,
            "stop": 1411318162
        },
        {
            "start": 1411318167,
            "stop": 1411318398
        },
        {
            "start": 1411318403,
            "stop": 1411319686
        },
        {
            "start": 1411319691,
            "stop": 1411320787
        }
    ]
}