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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41016",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41014",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41015,
    "results": [
        {
            "start": 875175808,
            "stop": 875175811
        },
        {
            "start": 875175813,
            "stop": 875175817
        },
        {
            "start": 875175818,
            "stop": 875175822
        },
        {
            "start": 875175824,
            "stop": 875175828
        },
        {
            "start": 875175829,
            "stop": 875175833
        },
        {
            "start": 875175834,
            "stop": 875175838
        },
        {
            "start": 875175840,
            "stop": 875175843
        },
        {
            "start": 875175845,
            "stop": 875175849
        },
        {
            "start": 875175850,
            "stop": 875175854
        },
        {
            "start": 875175856,
            "stop": 875175859
        },
        {
            "start": 875175861,
            "stop": 875175865
        },
        {
            "start": 875175866,
            "stop": 875175870
        },
        {
            "start": 875175872,
            "stop": 875175876
        },
        {
            "start": 875175877,
            "stop": 875175881
        },
        {
            "start": 875175882,
            "stop": 875175886
        },
        {
            "start": 875175888,
            "stop": 875175892
        },
        {
            "start": 875175893,
            "stop": 875175897
        },
        {
            "start": 875175898,
            "stop": 875175900
        },
        {
            "start": 875175960,
            "stop": 875176020
        },
        {
            "start": 875176140,
            "stop": 875176141
        }
    ]
}