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=6469
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=6470",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6468",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6469,
    "results": [
        {
            "start": 874046139,
            "stop": 874046473
        },
        {
            "start": 874046474,
            "stop": 874046577
        },
        {
            "start": 874046578,
            "stop": 874046743
        },
        {
            "start": 874046744,
            "stop": 874046780
        },
        {
            "start": 874046781,
            "stop": 874046795
        },
        {
            "start": 874046796,
            "stop": 874046919
        },
        {
            "start": 874046920,
            "stop": 874046969
        },
        {
            "start": 874046970,
            "stop": 874047165
        },
        {
            "start": 874047166,
            "stop": 874047636
        },
        {
            "start": 874047637,
            "stop": 874047863
        },
        {
            "start": 874047864,
            "stop": 874047956
        },
        {
            "start": 874047957,
            "stop": 874048448
        },
        {
            "start": 874048449,
            "stop": 874048515
        },
        {
            "start": 874048516,
            "stop": 874048537
        },
        {
            "start": 874048538,
            "stop": 874049109
        },
        {
            "start": 874049110,
            "stop": 874049389
        },
        {
            "start": 874049391,
            "stop": 874049747
        },
        {
            "start": 874049748,
            "stop": 874050278
        },
        {
            "start": 874050279,
            "stop": 874050401
        },
        {
            "start": 874050402,
            "stop": 874050601
        }
    ]
}