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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46686",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46684",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46685,
    "results": [
        {
            "start": 875046527,
            "stop": 875046532
        },
        {
            "start": 875046533,
            "stop": 875046537
        },
        {
            "start": 875046539,
            "stop": 875046546
        },
        {
            "start": 875046547,
            "stop": 875046572
        },
        {
            "start": 875046573,
            "stop": 875046574
        },
        {
            "start": 875046576,
            "stop": 875046585
        },
        {
            "start": 875046586,
            "stop": 875046589
        },
        {
            "start": 875046591,
            "stop": 875046594
        },
        {
            "start": 875046595,
            "stop": 875046602
        },
        {
            "start": 875046603,
            "stop": 875046610
        },
        {
            "start": 875046612,
            "stop": 875046631
        },
        {
            "start": 875046633,
            "stop": 875046636
        },
        {
            "start": 875046637,
            "stop": 875046640
        },
        {
            "start": 875046641,
            "stop": 875046646
        },
        {
            "start": 875046647,
            "stop": 875046654
        },
        {
            "start": 875046656,
            "stop": 875046674
        },
        {
            "start": 875046676,
            "stop": 875046693
        },
        {
            "start": 875046694,
            "stop": 875046700
        },
        {
            "start": 875046702,
            "stop": 875046735
        },
        {
            "start": 875046736,
            "stop": 875046745
        }
    ]
}