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=6533
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=6534",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6532",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6533,
    "results": [
        {
            "start": 874342718,
            "stop": 874342722
        },
        {
            "start": 874342723,
            "stop": 874343067
        },
        {
            "start": 874343068,
            "stop": 874343133
        },
        {
            "start": 874343134,
            "stop": 874343255
        },
        {
            "start": 874343256,
            "stop": 874343268
        },
        {
            "start": 874343269,
            "stop": 874343302
        },
        {
            "start": 874343303,
            "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": 874343851
        },
        {
            "start": 874343855,
            "stop": 874343988
        },
        {
            "start": 874343989,
            "stop": 874344128
        },
        {
            "start": 874344129,
            "stop": 874344231
        },
        {
            "start": 874344232,
            "stop": 874344396
        },
        {
            "start": 874344397,
            "stop": 874344547
        },
        {
            "start": 874344548,
            "stop": 874344672
        }
    ]
}