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=103
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=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=102",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 103,
    "results": [
        {
            "start": 821442511,
            "stop": 821442544
        },
        {
            "start": 821442547,
            "stop": 821442552
        },
        {
            "start": 821442555,
            "stop": 821442561
        },
        {
            "start": 821442564,
            "stop": 821442652
        },
        {
            "start": 821442655,
            "stop": 821442679
        },
        {
            "start": 821442682,
            "stop": 821442691
        },
        {
            "start": 821442694,
            "stop": 821442743
        },
        {
            "start": 821442746,
            "stop": 821442787
        },
        {
            "start": 821442790,
            "stop": 821442801
        },
        {
            "start": 821442804,
            "stop": 821442820
        },
        {
            "start": 821442823,
            "stop": 821442847
        },
        {
            "start": 821442850,
            "stop": 821442851
        },
        {
            "start": 821442854,
            "stop": 821442913
        },
        {
            "start": 821442916,
            "stop": 821443017
        },
        {
            "start": 821443020,
            "stop": 821443180
        },
        {
            "start": 821443183,
            "stop": 821443200
        },
        {
            "start": 821443203,
            "stop": 821443261
        },
        {
            "start": 821443264,
            "stop": 821443317
        },
        {
            "start": 821443320,
            "stop": 821443323
        },
        {
            "start": 821443326,
            "stop": 821443377
        }
    ]
}