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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=469",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=467",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 468,
    "results": [
        {
            "start": 821780367,
            "stop": 821780368
        },
        {
            "start": 821780378,
            "stop": 821780379
        },
        {
            "start": 821780388,
            "stop": 821780389
        },
        {
            "start": 821780395,
            "stop": 821780396
        },
        {
            "start": 821780401,
            "stop": 821780451
        },
        {
            "start": 821780454,
            "stop": 821780550
        },
        {
            "start": 821780555,
            "stop": 821780585
        },
        {
            "start": 821780588,
            "stop": 821780594
        },
        {
            "start": 821780597,
            "stop": 821780622
        },
        {
            "start": 821780625,
            "stop": 821780810
        },
        {
            "start": 821780813,
            "stop": 821780819
        },
        {
            "start": 821780822,
            "stop": 821780834
        },
        {
            "start": 821780837,
            "stop": 821780859
        },
        {
            "start": 821780862,
            "stop": 821780870
        },
        {
            "start": 821780873,
            "stop": 821780879
        },
        {
            "start": 821780882,
            "stop": 821781125
        },
        {
            "start": 821781128,
            "stop": 821781176
        },
        {
            "start": 821781179,
            "stop": 821781240
        },
        {
            "start": 821781243,
            "stop": 821781258
        },
        {
            "start": 821781261,
            "stop": 821781270
        }
    ]
}