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=6534
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=6535",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6533",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6534,
    "results": [
        {
            "start": 874344673,
            "stop": 874344882
        },
        {
            "start": 874344884,
            "stop": 874345007
        },
        {
            "start": 874345009,
            "stop": 874345102
        },
        {
            "start": 874345103,
            "stop": 874345376
        },
        {
            "start": 874345377,
            "stop": 874345389
        },
        {
            "start": 874345390,
            "stop": 874345452
        },
        {
            "start": 874345453,
            "stop": 874345459
        },
        {
            "start": 874345460,
            "stop": 874345546
        },
        {
            "start": 874345547,
            "stop": 874345610
        },
        {
            "start": 874345611,
            "stop": 874345711
        },
        {
            "start": 874345712,
            "stop": 874345892
        },
        {
            "start": 874345893,
            "stop": 874345967
        },
        {
            "start": 874345968,
            "stop": 874346248
        },
        {
            "start": 874346250,
            "stop": 874346330
        },
        {
            "start": 874346331,
            "stop": 874346359
        },
        {
            "start": 874346360,
            "stop": 874346513
        },
        {
            "start": 874346514,
            "stop": 874346546
        },
        {
            "start": 874346548,
            "stop": 874346669
        },
        {
            "start": 874346670,
            "stop": 874347029
        },
        {
            "start": 874347030,
            "stop": 874347126
        }
    ]
}