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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7137",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7138,
    "results": [
        {
            "start": 874343269,
            "stop": 874343280
        },
        {
            "start": 874343340,
            "stop": 874343383
        },
        {
            "start": 874343384,
            "stop": 874343429
        },
        {
            "start": 874343430,
            "stop": 874343450
        },
        {
            "start": 874343451,
            "stop": 874343460
        },
        {
            "start": 874343462,
            "stop": 874343669
        },
        {
            "start": 874343670,
            "stop": 874343696
        },
        {
            "start": 874343697,
            "stop": 874343846
        },
        {
            "start": 874343847,
            "stop": 874343988
        },
        {
            "start": 874343989,
            "stop": 874344128
        },
        {
            "start": 874344129,
            "stop": 874344231
        },
        {
            "start": 874344232,
            "stop": 874344396
        },
        {
            "start": 874344397,
            "stop": 874344547
        },
        {
            "start": 874344548,
            "stop": 874344672
        },
        {
            "start": 874344673,
            "stop": 874344882
        },
        {
            "start": 874344884,
            "stop": 874345007
        },
        {
            "start": 874345009,
            "stop": 874345102
        },
        {
            "start": 874345103,
            "stop": 874345376
        },
        {
            "start": 874345377,
            "stop": 874345389
        },
        {
            "start": 874345390,
            "stop": 874345452
        }
    ]
}